Skip to content

Commit 5af85c2

Browse files
committed
Fixed issue with a type in the final version
1 parent 8745ab2 commit 5af85c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def read(fname):
5151

5252
setup(
5353
name=PACKAGE_NAME,
54-
version="{}.{}.{}.{}{}".format(VER_MAJOR, VER_MINOR, VER_MAINT, VER_PREREL, VER_LOCAL),
54+
version="{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MAINT),
5555
description="Network protocols Constructors and Dissectors",
5656
url="https://www.coresecurity.com",
5757
author="SecureAuth Corporation",

0 commit comments

Comments
 (0)