From 712731f4fe0117e4dbe1d1f9889c5d050a92507c Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 28 Nov 2022 20:12:53 -0700 Subject: [PATCH] [automated] Release version 0.2.5-4 --- 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 b73875a..4b737ff 100644 --- a/src/python/cram/__init__.py +++ b/src/python/cram/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.5-3" +__version__ = "0.2.5-4" __author__ = "Reid D. 'arrdem' McKenzie " __copyright__ = "Copyright 2020" __license__ = "https://anticapitalist.software/"