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 8cd8a1a commit 93e1a58Copy full SHA for 93e1a58
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
tag = True
5
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__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments