Skip to content

Commit 2727751

Browse files
committed
Prepare release 1.0.5
1 parent 5b6142e commit 2727751

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.4'
58+
version = release = '1.0.5'
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
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
VERSION = (1, 0, 4)
5+
VERSION = (1, 0, 5)
66
__version__ = '.'.join(map(str, VERSION))
77

88

0 commit comments

Comments
 (0)