From a84ca79d5394ab6e340912ccc390528de7484901 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Tue, 3 Sep 2024 18:00:13 -0400 Subject: [PATCH] SP-1044 Bump version to 6.1.0 --- pyproject.toml | 2 +- src/bitpay/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88b6e0c..00017b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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="sales-engineering@bitpay.com" }, ] diff --git a/src/bitpay/config.py b/src/bitpay/config.py index 47217ca..a0a7294 100644 --- a/src/bitpay/config.py +++ b/src/bitpay/config.py @@ -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"