From a1454e4be2fffc32e2744efeb98e19fe108b33ce Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Wed, 28 Jun 2023 02:40:48 -0400 Subject: [PATCH] Bump to v0.2.3 Can't amend a tagged commit it seems --- src/nexus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nexus/__init__.py b/src/nexus/__init__.py index 2c0b906..92fbaee 100644 --- a/src/nexus/__init__.py +++ b/src/nexus/__init__.py @@ -1,4 +1,4 @@ """Freqlog chentered words.""" __author__ = "CharaChorder" -__version__ = "0.2.2" +__version__ = "0.2.3"