From 5af85c240076444d631d5f504e294daff065796b Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 31 Jul 2023 12:08:03 -0300 Subject: [PATCH] Fixed issue with a type in the final version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5059393eec..009e8cc521 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def read(fname): setup( name=PACKAGE_NAME, - version="{}.{}.{}.{}{}".format(VER_MAJOR, VER_MINOR, VER_MAINT, VER_PREREL, VER_LOCAL), + version="{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MAINT), description="Network protocols Constructors and Dissectors", url="https://www.coresecurity.com", author="SecureAuth Corporation",