8000 Bump version: 1.1.0 → 1.2.0 · realpython/codetiming@52fe53d · GitHub
[go: up one dir, main page]

Skip to content

Commit 52fe53d

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent 8f9fb36 commit 52fe53d

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 = 1.1.0
2+
current_version = 1.2.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__ = "1.1.0"
28+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)
0