From 16013d828766c2cea9c177f4af19f81b1d098ac7 Mon Sep 17 00:00:00 2001 From: Alan Fuentes Date: Thu, 25 Jul 2024 10:14:48 -0600 Subject: [PATCH] Fixed version syntax --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ad73bf..03b0dc6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f: long_description = f.read() -VERSION = "2.2.1-test" +VERSION = "2.2.1.dev1" RELEASE_TAG = f"release-{VERSION}" setup(