Cut 1.1 release

No code changes, but have to cut a new version in order to update files on
PyPI. Specifically, I want to upload a universal wheel on top of the existing
(2.x-specific) file.
This commit is contained in:
Ori Livneh 2016-04-25 14:23:30 -07:00
parent 1bd9217540
commit 2af099a0c5
1 changed files with 1 additions and 1 deletions

View File

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