From 4b2e745f32b078b6dd43c2fb4ac13c35526d3e1b Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 26 Sep 2022 00:18:32 -0600 Subject: [PATCH] [automated] Release version 0.2.3 --- src/python/cram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/cram/__init__.py b/src/python/cram/__init__.py index a3d135e..a6c293a 100644 --- a/src/python/cram/__init__.py +++ b/src/python/cram/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.2" +__version__ = "0.2.3" __author__ = "Reid D. 'arrdem' McKenzie " __copyright__ = "Copyright 2020" __license__ = "https://anticapitalist.software/"