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 59c13ab commit bb707caCopy full SHA for bb707ca
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.2
+current_version = 1.4.0
3
commit = True
4
tag = True
5
codetiming/__init__.py
@@ -28,4 +28,4 @@ def stuff():
28
__all__ = ["Timer", "TimerError"]
29
30
# Versioning is handled by bump2version
31
-__version__ = "1.3.2"
+__version__ = "1.4.0"
0 commit comments