From 460783da1c4d403328f3ee92d767e79d56b27366 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 14 Apr 2025 12:51:55 +0800 Subject: [PATCH] chore: bump version to 1.2.4 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index adeba21..60e4b25 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pactus-sdk", - version="1.2.3", + version="1.2.4", author="Pactus Development Team", author_email="info@pactus.org", description="Pactus Development Kit", @@ -25,7 +25,6 @@ classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], python_requires=">=3.6",