From 0a7e279ea6429f19066cc30202e3ea2082b90ca3 Mon Sep 17 00:00:00 2001 From: jeanrjc Date: Thu, 15 Feb 2024 16:33:09 +0100 Subject: [PATCH] move to version 1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d14c23a..beaf7c8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read_req(req: str): setup(name='mdmparis-defense-finder', - version='1.2.0', + version='1.2.1', description="Defense Finder: allow for a systematic search of all known anti-phage systems.", long_description=read_md('README.md'), long_description_content_type="text/markdown",