Skip to content

Commit abd86af

Browse files
committed
- version bump upcoming 1.1
1 parent 8500311 commit abd86af

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
@@ -107,7 +107,7 @@ def read(fname):
107107

108108
setup(
109109
name="scapy-ssl_tls",
110-
version="1.0",
110+
version="1.1",
111111
packages=["scapy_ssl_tls"],
112112
author="tintinweb",
113113
author_email="[email protected]",
@@ -116,7 +116,7 @@ def read(fname):
116116
license="GPLv2",
117117
keywords=["scapy", "ssl", "tls", "network", "dissect", "packets", "decrypt"],
118118
url="https://github.com/tintinweb/scapy-ssl_tls/",
119-
download_url="https://github.com/tintinweb/scapy-ssl_tls/tarball/v1.0",
119+
download_url="https://github.com/tintinweb/scapy-ssl_tls/tarball/v1.1",
120120
long_description=read("README.md"),
121121
install_requires=["scapy", "pycrypto"],
122122
test_suite="nose.collector",

0 commit comments

Comments
 (0)