From 2af099a0c5a92069b56849a17fe6be437164dbdf Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Mon, 25 Apr 2016 14:23:30 -0700 Subject: [PATCH] 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 465e146..59addf8 100644 --- a/setup.py +++ b/setup.py @@ -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',