From fadd8e21389869d87369b6a59d13c413c4c09d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=CE=B1=C9=B4=E1=B4=8A=C9=AA=E1=B4=9B=20s=C9=AA=C9=B4?= =?UTF-8?q?=CA=9C=CE=B1?= Date: Mon, 7 Nov 2022 06:05:26 +0530 Subject: [PATCH] 2.0.0 --- PyBypass/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBypass/__version__.py b/PyBypass/__version__.py index 8a5e39a..9b1cd76 100644 --- a/PyBypass/__version__.py +++ b/PyBypass/__version__.py @@ -1,6 +1,6 @@ __title__ = "PyBypass" __description__ = "Python module for bypassing different kind of links." -__version__ = "1.0.4" +__version__ = "2.0.0" __author__ = "sanjit sinha" __author_email__ = "sanjitsinha@anipirates.eu.org" __license__ = "MIT"