Fix version number

The module is actually 0.4 release currently. This is not a new release however,
so updated to match 0.4, no additional increment necessary yet.
pull/78/head
Anthony Johnson 8 years ago
parent de56f25fe5
commit 04805b5044

@ -51,9 +51,9 @@ author = u'Read the Docs, Inc'
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.4.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.3.0',
version='0.4.0',
author='Eric Holscher',
author_email='eric@ericholscher.com',
url='http://github.com/rtfd/sphinx-autoapi',

Loading…
Cancel
Save