From a6b99ac184475ec21c20209d9ecce74b25fe22e9 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Fri, 1 Oct 2021 22:37:06 -0500 Subject: [PATCH] fixed versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 580373e..926bf92 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os -wip_version = "0.9.1" +wip_version = "0.9.3" def version_number(): """This function reads the version number which is populated by github actions"""