From 809507c4cca24ffc7dc6b59fafaf926cc3c33d1f Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Thu, 22 Aug 2024 09:43:19 +1000 Subject: [PATCH] Bump to v0.0.65 --- 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 4394926..953723a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CountESS 0.0.64 +# CountESS 0.0.65 This is CountESS, a modular, Python 3 reimplementation of Enrich2. diff --git a/countess/__init__.py b/countess/__init__.py index d3c8910..37e77b8 100644 --- a/countess/__init__.py +++ b/countess/__init__.py @@ -1,3 +1,3 @@ """CountESS Project""" -VERSION = "0.0.64" +VERSION = "0.0.65" diff --git a/docs/_config.yml b/docs/_config.yml index 5671bb0..83a1194 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.64 +version: 0.0.65