From 57fa081bb7b4b5647880f0ba6159f0f20c35e8be Mon Sep 17 00:00:00 2001 From: Chili Johnson Date: Tue, 3 Nov 2020 18:22:56 -0800 Subject: [PATCH] Bumps version to v0.0.4 for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8fb072..76f2b5c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="asitiger", - version="0.0.3", + version="0.0.4", author="Chili Johnson", author_email="chilij@chilij.com", description="A thin Python interface for communicating with ASI Tiger Controllers",