bump version.

This commit is contained in:
chris 2014-02-07 21:27:16 +01:00
parent de52b5d6b7
commit 6faaedfc0e
2 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ copyright = u'2014, Christoph Gebhardt'
# built documents.
#
# The short X.Y version.
version = '0.0.1a'
version = '0.0.1b'
# The full version, including alpha/beta/rc tags.
release = '0.0.1a'
release = '0.0.1b'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -14,7 +14,7 @@ def read_requirements():
setup(
name='blogtopoid',
version='0.0.1a',
version='0.0.1b',
author='chris',
author_email='cg@zknt.org',
packages=find_packages(),