Bumped version number post 1.0.0 release.

This commit is contained in:
Monty Taylor 2010-07-18 23:44:19 -05:00
parent b2ba61b7ee
commit 7f105149d6
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ copyright = u'2010, OpenStack, LLC.'
# The short X.Y version. # The short X.Y version.
version = '1.0' version = '1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.0' release = '1.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -17,7 +17,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
name='swift' name='swift'
version='1.0.0' version='1.0.1'
setup( setup(
name=name, name=name,