Skip to content

Commit 6f0bdb9

Browse files
committed
SP-663 Bump version to 4.0.1
1 parent 338f6c4 commit 6f0bdb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="bitpay",
88
package_dir={"": "src"},
99
packages=setuptools.find_packages(where="src"),
10-
version="4.0.0",
10+
version="4.0.1",
1111
description="Accept bitcoin with BitPay",
1212
author="Antonio Buedo",
1313
author_email="[email protected]",

src/bitpay/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Class Client
33
package Bitpay
44
author Antonio Buedo
5-
version 4.0.0
5+
version 4.0.1
66
See https://developer.bitpay.com/reference/concepts for more information.
77
"""
88
import os

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_v4.0.0"
8+
BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v4.0.1"
99
BITPAY_API_FRAME = "std"
1010
BITPAY_API_FRAME_VERSION = "1.0.0"

0 commit comments

Comments
 (0)