Skip to content

Commit

Permalink
Merge pull request #127 from bobbrodie/6.1.x
Browse files Browse the repository at this point in the history
SP-1044 Bump version to 6.1.0
  • Loading branch information
bobbrodie authored Sep 6, 2024
2 parents 94878a6 + a84ca79 commit 61ee249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bitpay"
version = "6.0.5"
version = "6.1.0"
authors = [
{ name="Antonio Buedo", email="[email protected]" },
]
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_v6.0.5"
BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.1.0"
BITPAY_API_FRAME = "std"
BITPAY_API_FRAME_VERSION = "1.0.0"

0 comments on commit 61ee249

Please sign in to comment.