Skip to content

Commit 7a663a0

Browse files
committed
post-release
1 parent 6484a40 commit 7a663a0

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.2'
58+
version = release = '1.0.3'
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
@@ -1,2 +1,2 @@
1-
VERSION = (1, 0, 2)
1+
VERSION = (1, 0, 3)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)