File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22Class Client
33package Bitpay
44author Antonio Buedo
5- version 4.0.0
5+ version 4.0.1
66See https://developer.bitpay.com/reference/concepts for more information.
77"""
88import os
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_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"
You can’t perform that action at this time.
0 commit comments