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 bf004ac commit 857c038Copy full SHA for 857c038
pyperf/__init__.py
@@ -1,6 +1,6 @@
1
from time import perf_counter
2
3
-VERSION = (2, 6, 0)
+VERSION = (2, 6, 1)
4
__version__ = '.'.join(map(str, VERSION))
5
6
# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
0 commit comments