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

Skip to content

Commit a7ad85a

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 95e6bda commit a7ad85a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:codetiming/__init__.py]
7-

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.2.0"
28+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)
0