diff --git a/PKGBUILD b/PKGBUILD index bef418f..a40cf40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=nextor-ip-changer -pkgver=1.0.0 +pkgver=2.0.0 pkgrel=1 pkgdesc="A tool to change TOR IP instantly using a single click" arch=('any') diff --git a/pyproject.toml b/pyproject.toml index 5414fd1..05e2a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nextor" -version = "1.1" +version = "2.0" description = "Tor exit node IP address rotator for privacy and security testing" readme = "README.md" requires-python = ">=3.6" diff --git a/setup.py b/setup.py index 18a1c29..3aa135f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="nextor", - version="1.1", + version="2.0", author="Stalin", author_email="stalin@example.com", description="Automatically rotate Tor exit nodes and display updated IP address",