From 73d921f52d29a49643bd60b54085bbcf19ba5bc6 Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Tue, 12 Feb 2019 19:05:26 -0500 Subject: [PATCH] Bump version v0.4.2 -> v0.4.3 (#204) --- instruments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/__init__.py b/instruments/__init__.py index ca26f525b..d3220a24a 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.2" +__version__ = "0.4.3" __title__ = "instrumentkit" __description__ = "Test and measurement communication library"