From 87aa8d69dce39154cc3b341c5259953ff2ff55a3 Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Wed, 30 Aug 2017 09:39:53 -0400 Subject: [PATCH] Bump version 0.3.1 -> 0.4.0 --- instruments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/__init__.py b/instruments/__init__.py index 562ae3bae..3ae8c8d05 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.1" +__version__ = "0.4.0" __title__ = "instrumentkit" __description__ = "Test and measurement communication library"