Skip to content

Commit 857c038

Browse files
committed
Bump up the version into 2.6.1
1 parent bf004ac commit 857c038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from time import perf_counter
22

3-
VERSION = (2, 6, 0)
3+
VERSION = (2, 6, 1)
44
__version__ = '.'.join(map(str, VERSION))
55

66
# Export pyperf.perf_counter for backward compatibility with pyperf 1.7

0 commit comments

Comments
 (0)