diff --git a/.travis.yml b/.travis.yml index e85634a..ab2efb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,7 @@ python: install: - pip install -U pip - - pip install pipx - - pipx install poetry + - pip install poetry - poetry install script: diff --git a/coinbase_pro/__init__.py b/coinbase_pro/__init__.py index 0f4a5db..87ce931 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.2" +__version__: str = "2.4.3" __limit__: float = 1 / 3.5 diff --git a/pyproject.toml b/pyproject.toml index 97292ac..e85cd89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinbase-pro" -version = "2.4.2" +version = "2.4.3" description = "Another Unofficial Python Wrapper for Coinbase Pro" authors = ["teleprint-me"] license = "AGPL"