diff --git a/README.md b/README.md index 991f009..947f02a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.53 +# CountESS 0.0.54 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index 7c55aca..21e195d 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.53" +VERSION = "0.0.54" diff --git a/docs/index.md b/docs/index.md index 9b9ca99..6d08980 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: default # CountESS Documentation -This is CountESS 0.0.53, a modular, Python 3 reimplementation of Enrich2. +This is CountESS 0.0.54, 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.