Updating version to 0.0.4.

This commit is contained in:
Will Kahn-Greene 2011-08-01 12:17:03 -04:00
parent b7e57b1f76
commit c7f0b6fab0
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.
#
# The short X.Y version.
version = '0.0.3'
version = '0.0.4'
# The full version, including alpha/beta/rc tags.
release = '0.0.3'
release = '0.0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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