From 754084a34874481161a977d00391d1228209f465 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Sun, 27 Oct 2024 20:40:16 -0400 Subject: [PATCH] SP-1076 Bump version to 6.1.1 --- pyproject.toml | 2 +- src/bitpay/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d23eff2..c7a576b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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="sales-engineering@bitpay.com" }, ] diff --git a/src/bitpay/config.py b/src/bitpay/config.py index a0a7294..d6d0b2d 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.1.0" + BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.1.1" BITPAY_API_FRAME = "std" BITPAY_API_FRAME_VERSION = "1.0.0"