Skip to content

Commit 5ff5ba8

Browse files
SP-873 Bump Python Versions
1 parent 6e43de9 commit 5ff5ba8

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bitpay"
7-
version = "5.0.3"
7+
version = "5.0.4"
88
authors = [
99
{ name="Antonio Buedo", email="[email protected]" },
1010
]

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
@@ -45,14 +37,6 @@
4537

4638

4739
class 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

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_v5.0.4"
99
BITPAY_API_FRAME = "std"
1010
BITPAY_API_FRAME_VERSION = "1.0.0"

0 commit comments

Comments
 (0)