Skip to content

Commit b33c260

Browse files
committed
prepare 1.2.3.3
1 parent 7e108b2 commit b33c260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def read(fname):
124124

125125
setup(
126126
name="scapy-ssl_tls",
127-
version="1.2.3.2",
127+
version="1.2.3.3",
128128
packages=["scapy_ssl_tls"],
129129
author="tintinweb",
130130
author_email="[email protected]",
@@ -133,7 +133,7 @@ def read(fname):
133133
license="GPLv2",
134134
keywords=["scapy", "ssl", "tls", "layer", "network", "dissect", "packets", "decrypt"],
135135
url="https://github.com/tintinweb/scapy-ssl_tls/",
136-
download_url="https://github.com/tintinweb/scapy-ssl_tls/tarball/v1.2.3.2",
136+
download_url="https://github.com/tintinweb/scapy-ssl_tls/tarball/v1.2.3.3",
137137
# generate rst from .md: pandoc --from=markdown --to=rst README.md -o README.rst (fix diff section and footer)
138138
long_description=read("README.rst") if os.path.isfile("README.rst") else read("README.md"),
139139
install_requires=os_install_requires(),

0 commit comments

Comments
 (0)