set version to 0.5.0

This commit is contained in:
Radovan Bast 2016-05-20 11:19:46 +02:00
parent d26389b0a1
commit ea85633271
2 changed files with 3 additions and 3 deletions

View File

@ -60,9 +60,9 @@ author = u'Radovan Bast, Jonas Juselius, and contributors'
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.0'
release = '0.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -6,7 +6,7 @@ import datetime
import ast
import collections
__version__ = 'X.Y.Z'
__version__ = '0.5.0'
# we do not use the nicer sys.version_info.major
# for compatibility with Python < 2.7