diff --git a/pyproject.toml b/pyproject.toml index c315f28..cde9818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bitpay" -version = "7.0.7" +version = "7.0.8" authors = [ { name="Antonio Buedo", email="sales-engineering@bitpay.com" }, ] @@ -24,14 +24,13 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "Natural Language :: English", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", + "Natural Language :: English", "Operating System :: OS Independent", - "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Office/Business :: Financial", + "Topic :: Software Development :: Libraries :: Python Modules", ] [project.urls] diff --git a/src/bitpay/config.py b/src/bitpay/config.py index f9344ed..4b4129d 100644 --- a/src/bitpay/config.py +++ b/src/bitpay/config.py @@ -5,6 +5,6 @@ class Config(Enum): TEST_URL = "https://test.bitpay.com/" PROD_URL = "https://bitpay.com/" BITPAY_API_VERSION = "2.0.0" - BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.7" + BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.8" BITPAY_API_FRAME = "std" BITPAY_API_FRAME_VERSION = "1.0.0"