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 6484a40 commit 7a663a0Copy full SHA for 7a663a0
doc/conf.py
@@ -55,7 +55,7 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = release = '1.0.2'
+version = release = '1.0.3'
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
# for a list of supported languages.
pyperformance/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (1, 0, 2)
+VERSION = (1, 0, 3)
2
__version__ = '.'.join(map(str, VERSION))
0 commit comments