From 5c08f1945b8f1ce35c4d9c1686e43a87705edc2d Mon Sep 17 00:00:00 2001 From: Tharos Date: Fri, 19 Jan 2024 11:05:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 004a74b..758c4fe 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ DESCRIPTION: str = "Library to parse, edit and handle in memory GFA graphs" REQUIRED_PYTHON: tuple = (3, 10) OVERRIDE_VN: bool = True -VN: str = "0.2.20" +VN: str = "0.2.21" URL: str = "https://github.com/Tharos-ux/gfagraphs" REQUIREMENTS: list[str] = ['networkx', 'tharos-pytools']