From f498302c0314a2fd8d0056addd352e1d004fa50a Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Fri, 7 Oct 2016 15:24:55 -0400 Subject: [PATCH] Bump version 0.2.0 -> 0.3.0 --- instruments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/__init__.py b/instruments/__init__.py index 29b03f2ca..401c998aa 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.2.0" +__version__ = "0.3.0" __title__ = "instrumentkit" __description__ = "Test and measurement communication library"