Skip to content

Commit 3213c2b

Browse files
committed
Post release: set version to 1.0.2
1 parent a1e8d77 commit 3213c2b

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

0 commit comments

Comments
 (0)