From d0b01228f5ac9deef9e9e2471cbd76c9874c227e Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Thu, 25 Jul 2024 12:17:09 +0100 Subject: [PATCH] version increment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f74f99..0e55cc0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ FAIR = "oxonfair" -version = "0.2.0" +version = "0.2.1" PYTHON_REQUIRES = ">=3.8"