From 19cf55ace11ba88d2205d6389b73d4e26215e1e3 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:08:53 -0500 Subject: [PATCH] update revision version --- coinbase_pro/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coinbase_pro/__init__.py b/coinbase_pro/__init__.py index 87ce931..670b036 100644 --- a/coinbase_pro/__init__.py +++ b/coinbase_pro/__init__.py @@ -15,5 +15,5 @@ # along with this program. If not, see . __agent__: str = "coinbase-pro" __source__: str = "https://github.com/teleprint-me/coinbase-pro" -__version__: str = "2.4.3" +__version__: str = "2.4.4" __limit__: float = 1 / 3.5 diff --git a/pyproject.toml b/pyproject.toml index e85cd89..1722b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinbase-pro" -version = "2.4.3" +version = "2.4.4" description = "Another Unofficial Python Wrapper for Coinbase Pro" authors = ["teleprint-me"] license = "AGPL"