From 1a7dac1b5ac7182ca36be4e0273158acee00d3c2 Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Tue, 24 Oct 2023 11:22:36 +1100 Subject: [PATCH] bump to v0.0.41 --- README.md | 2 +- countess/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb7c376..9431950 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.40 +# CountESS 0.0.41 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index 5df8aa7..730e851 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.40" +VERSION = "0.0.41"