Version update.
This commit is contained in:
@@ -49,9 +49,9 @@ copyright = u'2010, Jonathan LaCour'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.2.0b'
|
version = '0.2.0b2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.2.0b'
|
release = '0.2.0b2'
|
||||||
|
|
||||||
# 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
@@ -2,7 +2,7 @@ import sys
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
|
|
||||||
version = '0.2.0b'
|
version = '0.2.0b2'
|
||||||
|
|
||||||
#
|
#
|
||||||
# determine requirements
|
# determine requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user