Skip to content

Commit 211a73c

Browse files
committed
Changes for release 0.6.4
1 parent 551eca7 commit 211a73c

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
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '0.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.6.3'
54+
release = '0.6.4'
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
@@ -5,7 +5,7 @@
55

66
MAJOR = 0
77
MINOR = 6
8-
PATCH = 3
8+
PATCH = 4
99
SUFFIX = '' # include the '.'
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

0 commit comments

Comments
 (0)