From 32ef2a7bb1045992f4edb129024745c2ddd03a7e Mon Sep 17 00:00:00 2001 From: DavyCats Date: Thu, 5 Sep 2024 14:36:33 +0200 Subject: [PATCH] set next version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf5c96f..bd1d72a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ LONG_DESCRIPTION = readme_file.read() setup(name="WDL-AID", - version="1.0.1", + version="1.1.0-dev", description="Automatic Input Documentation for WDL workflows", long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',