From 5c861b16e61c93f04d61afabee338ee03a53fa4c Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Thu, 29 Jun 2023 14:24:24 +1000 Subject: [PATCH] bump to v0.0.33 --- README.md | 2 +- countess/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edb943d..f1599ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.32 +# CountESS 0.0.33 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index 303f702..4890916 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.32" +VERSION = "0.0.33"