Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
remove pipx from install directive
Browse files Browse the repository at this point in the history
  • Loading branch information
teleprint-me committed Feb 25, 2022
1 parent 5e02d0c commit 7da3ec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ python:

install:
- pip install -U pip
- pip install pipx
- pipx install poetry
- pip install poetry
- poetry install

script:
Expand Down
2 changes: 1 addition & 1 deletion coinbase_pro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
__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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7da3ec4

Please sign in to comment.