Skip to content

Commit 313f550

Browse files
authored
Update setup.py
1 parent d3d113c commit 313f550

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
setup(
44
name="above",
5-
version="2.8",
5+
version="2.8.1",
66
url="https://github.com/caster0x00/above",
77
author="Mahama Bazarov",
88
author_email="mahamabazarov@mailbox.org",
9-
description="Invisible Network Protocol Sniffer",
9+
description="Network Security Sniffer",
1010
long_description=open('README.md', encoding="utf8").read(),
1111
long_description_content_type='text/markdown',
1212
license="Apache-2.0",
@@ -23,3 +23,4 @@
2323
python_requires='>=3.11',
2424
include_package_data=True,
2525
)
26+

0 commit comments

Comments
 (0)