8000 Bump version: 0.1.2 → 1.0.0 · realpython/codetiming@2c4731e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c4731e

Browse files
committed
Bump version: 0.1.2 → 1.0.0
1 parent 9175402 commit 2c4731e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

codetiming/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def stuff():
2525
from codetiming._timer import Timer, TimerError # noqa
2626

2727
# Versioning is handled by bump2version
28-
__version__ = "0.1.2"
28+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)
0