bump version.
This commit is contained in:
parent
de52b5d6b7
commit
6faaedfc0e
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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(),
|
||||
|
|
Reference in a new issue