Skip to content

Commit

Permalink
Merge pull request #136 from bobbrodie/6.1.x
Browse files Browse the repository at this point in the history
SP-1076 Bump version to 6.1.1
  • Loading branch information
bobbrodie authored Oct 28, 2024
2 parents 7aaf3fc + 754084a commit 55c3bd9
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.1.0"
version = "6.1.1"
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.1.0"
BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.1.1"
BITPAY_API_FRAME = "std"
BITPAY_API_FRAME_VERSION = "1.0.0"

0 comments on commit 55c3bd9

Please sign in to comment.