kport 1.0.0__tar.gz → 2.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kport
3
- Version: 1.0.0
3
+ Version: 2.0.0
4
4
  Summary: A cross-platform command-line tool to inspect and kill processes using specific ports
5
5
  Home-page: https://github.com/farman20ali/port-killer
6
6
  Author: Farman Ali (Alien)
@@ -352,9 +352,9 @@ Colors should work on Windows 10 and later. If you're on an older version, color
352
352
 
353
353
  ## 📧 Contact
354
354
 
355
- Your Name - your.email@example.com
355
+ Your Name - farman20ali@example.com
356
356
 
357
- Project Link: [https://github.com/yourusername/port-killer](https://github.com/yourusername/port-killer)
357
+ Project Link: [https://github.com/farman20ali/port-killer](https://github.com/farman20ali/port-killer)
358
358
 
359
359
  ---
360
360
 
@@ -310,9 +310,9 @@ Colors should work on Windows 10 and later. If you're on an older version, color
310
310
 
311
311
  ## 📧 Contact
312
312
 
313
- Your Name - your.email@example.com
313
+ Your Name - farman20ali@example.com
314
314
 
315
- Project Link: [https://github.com/yourusername/port-killer](https://github.com/yourusername/port-killer)
315
+ Project Link: [https://github.com/farman20ali/port-killer](https://github.com/farman20ali/port-killer)
316
316
 
317
317
  ---
318
318
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kport
3
- Version: 1.0.0
3
+ Version: 2.0.0
4
4
  Summary: A cross-platform command-line tool to inspect and kill processes using specific ports
5
5
  Home-page: https://github.com/farman20ali/port-killer
6
6
  Author: Farman Ali (Alien)
@@ -352,9 +352,9 @@ Colors should work on Windows 10 and later. If you're on an older version, color
352
352
 
353
353
  ## 📧 Contact
354
354
 
355
- Your Name - your.email@example.com
355
+ Your Name - farman20ali@example.com
356
356
 
357
- Project Link: [https://github.com/yourusername/port-killer](https://github.com/yourusername/port-killer)
357
+ Project Link: [https://github.com/farman20ali/port-killer](https://github.com/farman20ali/port-killer)
358
358
 
359
359
  ---
360
360
 
@@ -250,7 +250,7 @@ def main():
250
250
  help="Kill processes on multiple ports")
251
251
  parser.add_argument("-l", "--list", action="store_true",
252
252
  help="List all listening ports and their processes")
253
- parser.add_argument("-v", "--version", action="version", version="kport 1.0.0")
253
+ parser.add_argument("-v", "--version", action="version", version="kport 2.0.0")
254
254
 
255
255
  args = parser.parse_args()
256
256
 
@@ -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="1.0.0",
11
+ version="2.0.0",
12
12
  author="Farman Ali (Alien)",
13
13
  author_email="farman20ali@example.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