From 5f617f8a7b764e5cf370d5180f2d06eda79aabd4 Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Thu, 4 Apr 2024 20:41:24 +1100 Subject: [PATCH] Bump to v0.0.57 --- README.md | 2 +- countess/__init__.py | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5ad186..2298deb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.56 +# CountESS 0.0.57 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index b353d3b..1793d56 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.56" +VERSION = "0.0.57" diff --git a/docs/index.md b/docs/index.md index f928c6e..cda20e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: default # CountESS Documentation -This is CountESS 0.0.56, a modular, Python 3 reimplementation of Enrich2. +This is CountESS 0.0.57, a modular, Python 3 reimplementation of Enrich2. [Source code is available](https://github.com/CountESS-Project/CountESS) and contributions to code and documentation are welcomed.