Skip to content

Commit

Permalink
Merge pull request #84 from mwarzybok-sumoheavy/feature/SP-873_6
Browse files Browse the repository at this point in the history
SP-873 Bump Python Versions
  • Loading branch information
bobbrodie authored Feb 23, 2024
2 parents 9fd911f + 01d875f commit 2454ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions src/bitpay/client.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
"""
Class Client
package Bitpay
author Antonio Buedo
version 4.0.1
See https://developer.bitpay.com/reference/concepts for more information.
"""

import os
import json
from typing import List, Optional
Expand Down Expand Up @@ -47,14 +39,6 @@


class Client:
"""
* Class Client
* @package Bitpay
* @author Antonio Buedo
* @version 4.0.0
* See https://developer.bitpay.com/reference/concepts for more information.
"""

__bitpay_client: BitPayClient
__token_container: TokenContainer
__guid_generator: GuidGenerator
Expand Down
2 changes: 1 addition & 1 deletion src/bitpay/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class Config(Enum):
TEST_URL = "https://test.bitpay.com/"
PROD_URL = "https://bitpay.com/"
BITPAY_API_VERSION = "2.0.0"
BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v4.0.1"
BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.0"
BITPAY_API_FRAME = "std"
BITPAY_API_FRAME_VERSION = "1.0.0"

0 comments on commit 2454ebf

Please sign in to comment.