kport 1.1.0__tar.gz → 2.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kport-1.1.0 → kport-2.1.0}/PKG-INFO +1 -1
- {kport-1.1.0 → kport-2.1.0}/kport.egg-info/PKG-INFO +1 -1
- {kport-1.1.0 → kport-2.1.0}/kport.py +1 -1
- {kport-1.1.0 → kport-2.1.0}/setup.py +1 -1
- {kport-1.1.0 → kport-2.1.0}/LICENSE +0 -0
- {kport-1.1.0 → kport-2.1.0}/README.md +0 -0
- {kport-1.1.0 → kport-2.1.0}/kport.egg-info/SOURCES.txt +0 -0
- {kport-1.1.0 → kport-2.1.0}/kport.egg-info/dependency_links.txt +0 -0
- {kport-1.1.0 → kport-2.1.0}/kport.egg-info/entry_points.txt +0 -0
- {kport-1.1.0 → kport-2.1.0}/kport.egg-info/top_level.txt +0 -0
- {kport-1.1.0 → kport-2.1.0}/setup.cfg +0 -0
|
@@ -288,7 +288,7 @@ def main():
|
|
|
288
288
|
help="Kill processes on port range (e.g., 3000-3010)")
|
|
289
289
|
parser.add_argument("-l", "--list", action="store_true",
|
|
290
290
|
help="List all listening ports and their processes")
|
|
291
|
-
parser.add_argument("-v", "--version", action="version", version="kport
|
|
291
|
+
parser.add_argument("-v", "--version", action="version", version="kport 2.1.0")
|
|
292
292
|
|
|
293
293
|
args = parser.parse_args()
|
|
294
294
|
|
|
@@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name="kport",
|
|
11
|
-
version="
|
|
11
|
+
version="2.1.0",
|
|
12
12
|
author="Farman Ali",
|
|
13
13
|
author_email="farman20ali@gmail.com",
|
|
14
14
|
description="A cross-platform command-line tool to inspect and kill processes using specific ports",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|