diff --git a/doc/conf.py b/doc/conf.py index cee40b416e..0ff1a1b1a8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.4' +release = '0.6.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d05fa2da9f..dd059fcb16 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ MAJOR = 0 MINOR = 6 -PATCH = 4 +PATCH = 5 SUFFIX = '' # include the '.' FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)