Bump to version 0.5

pull/132/head v0.5.0
Eric Holscher 7 years ago
parent 87ab7072fb
commit 7f6b47b86d

@ -51,9 +51,9 @@ author = u'Read the Docs, Inc'
# built documents.
#
# The short X.Y version.
version = '0.4.0'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

@ -30,7 +30,7 @@ except ImportError:
setup(
name='sphinx-autoapi',
version='0.4.0',
version='0.5.0',
author='Eric Holscher',
author_email='eric@ericholscher.com',
url='http://github.com/rtfd/sphinx-autoapi',

Loading…
Cancel
Save