Bump version to v1.1.0

main
Alexander Neff 2023-11-12 23:19:09 +01:00
parent 54eb620b1d
commit 983d06d1f0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import importlib.metadata
def gen_cli_args():
VERSION = importlib.metadata.version("netexec")
CODENAME = "A New Beginning"
CODENAME = "nxc4u"
parser = argparse.ArgumentParser(description=f"""
. .

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "netexec"
version = "1.0.0"
version = "1.1.0"
description = "The Network Execution tool"
authors = [
"Marshall Hallenbeck <marshall.hallenbeck@gmail.com>",