8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e6bda commit a7ad85aCopy full SHA for a7ad85a
.bumpversion.cfg
@@ -1,7 +1,6 @@
1
[bumpversion]
2
-current_version = 1.2.0
+current_version = 1.3.0
3
commit = True
4
tag = True
5
6
[bumpversion:file:codetiming/__init__.py]
7
-
codetiming/__init__.py
@@ -25,4 +25,4 @@ def stuff():
25
from codetiming._timer import Timer, TimerError # noqa
26
27
# Versioning is handled by bump2version
28
-__version__ = "1.2.0"
+__version__ = "1.3.0"
0 commit comments