From 25dc1aa0d03158751f8e8df0e5b1cfaef0e4e35a Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Thu, 10 Oct 2024 17:45:25 +1100 Subject: [PATCH] Bump to v0.0.78 --- README.md | 2 +- countess/__init__.py | 2 +- docs/_config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29514e3..ab3a681 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.77 +# CountESS 0.0.78 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index 1767a5b..79c6448 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.77" +VERSION = "0.0.78" diff --git a/docs/_config.yml b/docs/_config.yml index f78f24c..7089cad 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,4 +3,4 @@ description: "CountESS: Documentation" email: nick@zoic.org baseurl: / url: https://countess-project.github.io -version: 0.0.77 +version: 0.0.78