From 6bfedd08e6d6bf22b7d38cc4c3af9af57b0f4a52 Mon Sep 17 00:00:00 2001 From: themattinthehatt Date: Wed, 5 Jul 2023 14:13:02 -0400 Subject: [PATCH] update package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9621f252..48d0f676 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import subprocess import re -VERSION = "0.0.1" # was previously None +VERSION = "0.0.2" # was previously None # add the README.md file to the long_description with open("README.md", "r") as fh: