Skip to content

Commit 3721096

Browse files
authored
Merge pull request #209 from bobbrodie/7.0.x
Bump version to 7.0.8
2 parents 7722a26 + cad310a commit 3721096

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bitpay"
7-
version = "7.0.7"
7+
version = "7.0.8"
88
authors = [
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]

src/bitpay/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)