From e5a3660bfabcecb4c17e68b4c208b1a48932b4fb Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:43:27 +0500 Subject: [PATCH] chore: bump init version to 2.0.0 --- ccx_keys/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccx_keys/__init__.py b/ccx_keys/__init__.py index af9942c..5fc3807 100644 --- a/ccx_keys/__init__.py +++ b/ccx_keys/__init__.py @@ -1,3 +1,3 @@ """init""" -__version__ = '1.3.0' +__version__ = '2.0.0'