Skip to content

Commit 41d2855

Browse files
committed
version 1.14.0
1 parent 57acae6 commit 41d2855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = release = "1.0.6"
58+
version = release = "1.14.0"
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

pyperformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from importlib.metadata import distribution
55

6-
VERSION = (1, 13, 0)
6+
VERSION = (1, 14, 0)
77
__version__ = ".".join(map(str, VERSION))
88

99

0 commit comments

Comments
 (0)