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 57acae6 commit 41d2855Copy full SHA for 41d2855
doc/conf.py
@@ -55,7 +55,7 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = release = "1.0.6"
+version = release = "1.14.0"
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
# for a list of supported languages.
pyperformance/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
from importlib.metadata import distribution
5
6
-VERSION = (1, 13, 0)
+VERSION = (1, 14, 0)
7
__version__ = ".".join(map(str, VERSION))
8
9
0 commit comments