Updates version to 0.0.3.

This commit is contained in:
Will Kahn-Greene 2011-07-05 09:26:45 -04:00
parent 7c6dffe34d
commit 132773ae08
2 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.0.2' version = '0.0.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.0.2' release = '0.0.3'
# 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

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
setup( setup(
name = "mediagoblin", name = "mediagoblin",
version = "0.0.2", version = "0.0.3",
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
zip_safe=False, zip_safe=False,
# scripts and dependencies # scripts and dependencies