From 40f74f993ebcb0c4a0b55b0b54e9064063fe2838 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Thu, 28 Jul 2022 23:51:20 -0600 Subject: [PATCH] Bump version for release --- 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 8326682..7aac022 100644 --- a/src/python/cram/__init__.py +++ b/src/python/cram/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "Reid D. 'arrdem' McKenzie " __copyright__ = "Copyright 2020" __license__ = "https://anticapitalist.software/"