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",