From 02120168a09aeaf6d494cca5320813ef23a1a692 Mon Sep 17 00:00:00 2001 From: Erin Tomson Date: Sun, 24 Jan 2016 21:32:15 -0800 Subject: [PATCH] Bumped version number from 1.0 to 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed91c32..31c69b4 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # See http://peterdowns.com/posts/first-time-with-pypi.html for more pypi info setup(name='modulo-python', - version='1.0', + version='1.1', description='Python support for Modulo hardware', url='https://github.com/integer-labs/modulo-python', download_url = 'https://github.com/integer-labs/modulo-python/tarball/0.1',