From 3bb22b85313ba5423a0936845ae5f1562703c84f Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Tue, 13 Dec 2016 09:09:35 -0500 Subject: [PATCH] Bump version 0.3.0 -> 0.3.1 --- instruments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/__init__.py b/instruments/__init__.py index 401c998aa..562ae3bae 100644 --- a/instruments/__init__.py +++ b/instruments/__init__.py @@ -36,7 +36,7 @@ # In keeping with PEP-396, we define a version number of the form # {major}.{minor}[.{postrelease}]{prerelease-tag} -__version__ = "0.3.0" +__version__ = "0.3.1" __title__ = "instrumentkit" __description__ = "Test and measurement communication library"