Skip to content

Commit 78afeb8

Browse files
committed
Version change for 0.6.1
1 parent d0b9c2c commit 78afeb8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '0.2'
52+
version = '0.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.2'
54+
release = '0.6.1'
5555

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MAJOR = 0
77
MINOR = 6
88
PATCH = 1
9-
SUFFIX = 'rc1'
9+
SUFFIX = ''
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

1212
try:

0 commit comments

Comments
 (0)