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 e56edb7 commit 6d29146Copy full SHA for 6d29146
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.1
+current_version = 1.3.2
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.1"
+__version__ = "1.3.2"
0 commit comments