diff --git a/coinbase_pro/__init__.py b/coinbase_pro/__init__.py index 40df6a4..0185ae6 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.3.1" +__version__: str = "2.3.2" __limit__: float = 1 / 3.5 diff --git a/setup.cfg b/setup.cfg index 3c0b166..53f0800 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [metadata] name = coinbase-pro -version = 2.3.1 +version = 2.3.2 url = https://github.com/teleprint-me/coinbase-pro -download_url = https://github.com/teleprint-me/coinbase-pro/releases/download/2.3.1/coinbase-pro-2.3.1.tar.gz +download_url = https://github.com/teleprint-me/coinbase-pro/releases/download/2.3.2/coinbase-pro-2.3.2.tar.gz project_urls = Bug Tracker = https://github.com/teleprint-me/coinbase-pro/issues Discussions = https://github.com/teleprint-me/coinbase-pro/discussions