mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 19:56:30 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90224542b7 | |||
| ff877e2330 |
@@ -1,5 +1,5 @@
|
|||||||
pkgname=nextor-ip-changer
|
pkgname=nextor-ip-changer
|
||||||
pkgver=1.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool to change TOR IP instantly using a single click"
|
pkgdesc="A tool to change TOR IP instantly using a single click"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "nextor"
|
name = "nextor"
|
||||||
version = "1.1"
|
version = "2.0"
|
||||||
description = "Tor exit node IP address rotator for privacy and security testing"
|
description = "Tor exit node IP address rotator for privacy and security testing"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="nextor",
|
name="nextor",
|
||||||
version="1.1",
|
version="2.0",
|
||||||
author="Stalin",
|
author="Stalin",
|
||||||
author_email="stalin@example.com",
|
author_email="stalin@example.com",
|
||||||
description="Automatically rotate Tor exit nodes and display updated IP address",
|
description="Automatically rotate Tor exit nodes and display updated IP address",
|
||||||
|
|||||||
Reference in New Issue
Block a user