From 37c0a626b5e10e902b08af5142ac474c3b8450fd Mon Sep 17 00:00:00 2001 From: tgalvin Date: Thu, 23 Nov 2023 14:14:52 +0800 Subject: [PATCH] changed to a different semver --- spython/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spython/version.py b/spython/version.py index b3447d2..100b811 100644 --- a/spython/version.py +++ b/spython/version.py @@ -5,7 +5,7 @@ # with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -__version__ = "0.3.2" +__version__ = "0.3.11" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsoch@users.noreply.github.com" NAME = "spython"