We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d113c commit 313f550Copy full SHA for 313f550
setup.py
@@ -2,11 +2,11 @@
2
3
setup(
4
name="above",
5
- version="2.8",
+ version="2.8.1",
6
url="https://github.com/caster0x00/above",
7
author="Mahama Bazarov",
8
author_email="mahamabazarov@mailbox.org",
9
- description="Invisible Network Protocol Sniffer",
+ description="Network Security Sniffer",
10
long_description=open('README.md', encoding="utf8").read(),
11
long_description_content_type='text/markdown',
12
license="Apache-2.0",
@@ -23,3 +23,4 @@
23
python_requires='>=3.11',
24
include_package_data=True,
25
)
26
+
0 commit comments