Updating version to 0.0.4.
This commit is contained in:
parent
b7e57b1f76
commit
c7f0b6fab0
@ -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.3'
|
version = '0.0.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "mediagoblin",
|
name = "mediagoblin",
|
||||||
version = "0.0.3",
|
version = "0.0.4",
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user