We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0530f3b + d33d8e8 commit 7f1adceCopy full SHA for 7f1adce
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "bitpay"
7
-version = "7.0.2"
+version = "7.0.3"
8
authors = [
9
{ name="Antonio Buedo", email="[email protected]" },
10
]
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.2"
+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.3"
BITPAY_API_FRAME = "std"
BITPAY_API_FRAME_VERSION = "1.0.0"
0 commit comments