Version bump 0.20
Change-Id: I7b3a66f9a04eff50e45ba9d7d644239c2b30773c
This commit is contained in:
parent
581dfebba0
commit
686f7063e4
5
.gitreview
Normal file
5
.gitreview
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=review.openstack.org
|
||||||
|
port=29418
|
||||||
|
project=stackforge/stacktach-timex.git
|
||||||
|
|
4
setup.py
4
setup.py
@ -21,7 +21,7 @@ Read README.md for syntax and examples.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='timex',
|
name='timex',
|
||||||
version='0.10.0',
|
version='0.20.0',
|
||||||
author='Monsyne Dragon',
|
author='Monsyne Dragon',
|
||||||
author_email='mdragon@rackspace.com',
|
author_email='mdragon@rackspace.com',
|
||||||
description=("A time expressions library implementing a mini-language "
|
description=("A time expressions library implementing a mini-language "
|
||||||
@ -36,7 +36,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
],
|
],
|
||||||
url='https://github.com/StackTach/timex',
|
url='https://github.com/stackforge/stacktach-timex',
|
||||||
scripts=[],
|
scripts=[],
|
||||||
long_description=desc,
|
long_description=desc,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user