From 2ff3b64c85b03da069182ca737fa610b800890dd Mon Sep 17 00:00:00 2001 From: Craig Brinck Date: Wed, 21 Sep 2022 17:25:03 -0400 Subject: [PATCH] v0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e42a2f4..e585ab4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ipycalc", - version="0.0.2", + version="0.0.3", author="D. Craig Brinck, PE, SE", author_email="Building.Code@outlook.com", description="Clean looking engineering calculations for IPython",