diff --git a/README.md b/README.md index 1914593..4a84791 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.75 +# CountESS 0.0.76 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index f647172..d0214ef 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.75" +VERSION = "0.0.76" diff --git a/docs/_config.yml b/docs/_config.yml index d7c51a7..0690e51 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.75 +version: 0.0.76