We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065359 commit 3545261Copy full SHA for 3545261
doc/conf.py
@@ -51,7 +51,7 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = release = '2.6.2'
+version = release = '2.6.3'
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
pyperf/__init__.py
@@ -1,6 +1,6 @@
1
from time import perf_counter
2
3
-VERSION = (2, 6, 2)
+VERSION = (2, 6, 3)
4
__version__ = '.'.join(map(str, VERSION))
5
6
# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
0 commit comments