From 1052bfbe6f59e008702c66e17f0983438a10b2f7 Mon Sep 17 00:00:00 2001 From: Eloy Felix Date: Tue, 13 Feb 2024 22:09:49 +0000 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02acb3c..980b19a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == "__main__": setup( name="libRDChEBI", - version="0.2.2", + version="0.2.3", author="Eloy FĂ©lix", author_email="chebi-help@ebi.ac.uk", description="RDKit library to deal with ChEBI's chemistry",