Skip to content

Commit

Permalink
pyperf: Prepare releasing 2.6.3 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Mar 6, 2024
1 parent 2065359 commit 3545261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = release = '2.6.2'
version = release = '2.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyperf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from time import perf_counter

VERSION = (2, 6, 2)
VERSION = (2, 6, 3)
__version__ = '.'.join(map(str, VERSION))

# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
Expand Down

0 comments on commit 3545261

Please sign in to comment.