Skip to content

Commit 2454ebf

Browse files
authored
Merge pull request #84 from mwarzybok-sumoheavy/feature/SP-873_6
SP-873 Bump Python Versions
2 parents 9fd911f + 01d875f commit 2454ebf

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

src/bitpay/client.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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-
91
import os
102
import json
113
from typing import List, Optional
@@ -47,14 +39,6 @@
4739

4840

4941
class Client:
50-
"""
51-
* Class Client
52-
* @package Bitpay
53-
* @author Antonio Buedo
54-
* @version 4.0.0
55-
* See https://developer.bitpay.com/reference/concepts for more information.
56-
"""
57-
5842
__bitpay_client: BitPayClient
5943
__token_container: TokenContainer
6044
__guid_generator: GuidGenerator

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

0 commit comments

Comments
 (0)