File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bitpay"
7- version = " 7.0.7 "
7+ version = " 7.0.8 "
88authors = [
99 { name =" Antonio Buedo" , email =" sales-engineering@bitpay.com" },
1010]
@@ -24,14 +24,13 @@ classifiers = [
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
2626 " Development Status :: 5 - Production/Stable" ,
27- " Intended Audience :: Developers" ,
28- " Natural Language :: English" ,
2927 " Environment :: Web Environment" ,
3028 " Intended Audience :: Developers" ,
3129 " License :: OSI Approved :: MIT License" ,
30+ " Natural Language :: English" ,
3231 " Operating System :: OS Independent" ,
33- " Topic :: Software Development :: Libraries :: Python Modules" ,
3432 " Topic :: Office/Business :: Financial" ,
33+ " Topic :: Software Development :: Libraries :: Python Modules" ,
3534]
3635
3736[project .urls ]
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ class Config(Enum):
55 TEST_URL = "https://test.bitpay.com/"
66 PROD_URL = "https://bitpay.com/"
77 BITPAY_API_VERSION = "2.0.0"
8- BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.7 "
8+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.8 "
99 BITPAY_API_FRAME = "std"
1010 BITPAY_API_FRAME_VERSION = "1.0.0"
You can’t perform that action at this time.
0 commit comments