From 75712e7fefc28fadf2eb80a6401f6f9b904fc064 Mon Sep 17 00:00:00 2001 From: Chili Johnson Date: Sat, 7 Nov 2020 18:24:19 -0800 Subject: [PATCH] Bumps version to v0.0.5 for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5a0c93..d30e705 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="asitiger", - version="0.0.4", + version="0.0.5", author="Chili Johnson", author_email="chilij@chilij.com", description="A thin Python interface for communicating with ASI Tiger Controllers",