Skip to content

Commit

Permalink
Fixed issue with a type in the final version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg5 committed Jul 31, 2023
1 parent 8745ab2 commit 5af85c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5af85c2

Please sign in to comment.