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 5b6142e commit 2727751Copy full SHA for 2727751
doc/conf.py
@@ -55,7 +55,7 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = release = '1.0.4'
+version = release = '1.0.5'
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
# for a list of supported languages.
pyperformance/__init__.py
@@ -2,7 +2,7 @@
2
import sys
3
4
5
-VERSION = (1, 0, 4)
+VERSION = (1, 0, 5)
6
__version__ = '.'.join(map(str, VERSION))
7
8
0 commit comments