From 55743b1d04181135e999f4944340fe802e418a75 Mon Sep 17 00:00:00 2001 From: Erik Wickstrom Date: Fri, 18 Mar 2016 10:29:15 -0700 Subject: [PATCH] Bump version to 0.1.1a1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecfe4da..220c7cc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="pycirculate", - version="0.1.0a1", + version="0.1.1a1", description="A Python wrapper for the Anova 2.", long_description="A Python wrapper library for interacting with the Anova 2 over Bluetooth LE on Linux.", url="https://github.com/erikcw/pycirculate",