File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bitpay"
7- version = " 5.0.3 "
7+ version = " 5.0.4 "
88authors = [
99 {
name =
" Antonio Buedo" ,
email =
" [email protected] " },
1010]
Original file line number Diff line number Diff line change 1- """
2- Class Client
3- package Bitpay
4- author Antonio Buedo
5- version 4.0.1
6- See https://developer.bitpay.com/reference/concepts for more information.
7- """
8-
91import os
102import json
113from typing import List , Optional
4537
4638
4739class Client :
48- """
49- * Class Client
50- * @package Bitpay
51- * @author Antonio Buedo
52- * @version 4.0.0
53- * See https://developer.bitpay.com/reference/concepts for more information.
54- """
55-
5640 __bitpay_client : BitPayClient
5741 __token_container : TokenContainer
5842 __guid_generator : GuidGenerator
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.1 "
8+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v5 .0.4 "
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