diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..4a6073e --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=stackforge/stacktach-timex.git + diff --git a/setup.py b/setup.py index a635437..f308139 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ Read README.md for syntax and examples. setup( name='timex', - version='0.10.0', + version='0.20.0', author='Monsyne Dragon', author_email='mdragon@rackspace.com', description=("A time expressions library implementing a mini-language " @@ -36,7 +36,7 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', ], - url='https://github.com/StackTach/timex', + url='https://github.com/stackforge/stacktach-timex', scripts=[], long_description=desc, install_requires=[