Skip to content

Commit

Permalink
SP-974 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jun 20, 2024
1 parent 56c9366 commit d44c25e
Showing 1 changed file with 1 addition and 1 deletion.
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_v6.0.3"
BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.4"
BITPAY_API_FRAME = "std"
BITPAY_API_FRAME_VERSION = "1.0.0"

0 comments on commit d44c25e

Please sign in to comment.