Skip to content

Commit 45e53d3

Browse files
Antonio BuedoAntonio Buedo
andauthored
#v3.4.2203.1-rc - bugfixes (#10)
Co-authored-by: Antonio Buedo <[email protected]>
1 parent 296742e commit 45e53d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
name="bitpay",
88
package_dir={"": "src"},
99
packages=setuptools.find_packages(where="src"),
10-
version="3.3.2203",
10+
version="3.4.2203",
1111
description="Accept bitcoin with BitPay",
1212
author="Antonio Buedo",
1313
author_email="[email protected]",
1414
url="https://github.com/bitpay/python-bitpay-client",
15-
download_url="https://github.com/bitpay/python-bitpay-client/tarball/v3.3.2203",
15+
download_url="https://github.com/bitpay/python-bitpay-client/tarball/v3.4.2203",
1616
keywords=["bitcoin", "payments", "crypto", "cash", "ethereum", "online payments"],
1717
python_requires=">=3.7",
1818
install_requires=["requests", "ecdsa"],

src/bitpay/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Class Client
33
package Bitpay
44
author Antonio Buedo
5-
version 3.3.2203
5+
version 14.3.2203
66
See bitpay.com/api for more information.
77
"""
88
import os
@@ -81,7 +81,7 @@ class Client:
8181
* Class Client
8282
* @package Bitpay
8383
* @author Antonio Buedo
84-
* @version 3.3.2203
84+
* @version 3.4.2203
8585
* See bitpay.com/api for more information.
8686
"""
8787

src/bitpay/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
TESTURL = "https://test.bitpay.com/"
44
PRODURL = "https://bitpay.com/"
55
BITPAYAPIVERSION = "2.0.0"
6-
BITPAYPLUGININFO = "BitPay_Python_Client_v3.3.2203"
6+
BITPAYPLUGININFO = "BitPay_Python_Client_v3.4.2203"
77
BITPAYAPIFRAME = "std"
88
BITPAYAPIFRAMEVERSION = "1.0.0"

0 commit comments

Comments
 (0)