We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8745ab2 commit 5af85c2Copy full SHA for 5af85c2
setup.py
@@ -51,7 +51,7 @@ def read(fname):
51
52
setup(
53
name=PACKAGE_NAME,
54
- version="{}.{}.{}.{}{}".format(VER_MAJOR, VER_MINOR, VER_MAINT, VER_PREREL, VER_LOCAL),
+ version="{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MAINT),
55
description="Network protocols Constructors and Dissectors",
56
url="https://www.coresecurity.com",
57
author="SecureAuth Corporation",
0 commit comments