From 09f39befa72dc7cf551cdb5f8f37508d5b988c5c Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 30 May 2023 16:09:58 -0600 Subject: [PATCH] [automated] Release version v0.2.5-6 --- 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 6ea66d0..029dfdc 100644 --- a/src/python/cram/__init__.py +++ b/src/python/cram/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.5-5" +__version__ = "v0.2.5-6" __author__ = "Reid D. 'arrdem' McKenzie " __copyright__ = "Copyright 2020" __license__ = "https://anticapitalist.software/"