This commit is contained in:
Ori Livneh 2015-06-19 11:03:04 -07:00
parent 1e0c8a3de5
commit 7a90ceeb2b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ attempting to import this module (or to import from it) will
cause a RuntimeError exception to be raised.
monotonic is available via the Python Cheese Shop (PyPI):
https://pypi.python.org/pypi/monotonic/0.1
https://pypi.python.org/pypi/monotonic/
License
-------

View File

@ -31,7 +31,7 @@ except ImportError:
setup(
name='monotonic',
version='0.1',
version='0.2',
license='Apache',
author='Ori Livneh',
author_email='ori@wikimedia.org',