From 8425341a8ba60ee447016ec87867ce7f0c19aa55 Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Thu, 31 Aug 2017 18:50:03 -0400 Subject: [PATCH] Bump version 0.4.0 -> 0.4.1 --- instruments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/__init__.py b/instruments/__init__.py index 3ae8c8d05..20aeb3844 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.4.0" +__version__ = "0.4.1" __title__ = "instrumentkit" __description__ = "Test and measurement communication library"