Skip to content

Commit

Permalink
v2.0.1: Publish v2.0.1 from CI (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Chou authored Jan 27, 2023
1 parent 3ec0a20 commit d9be2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: docker-compose up -d

- name: Install Dependencies
run: pip install -r requirements-test.txt
run: sudo pip install -r requirements-test.txt

- name: Test
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='dydx-v3-python',
version='2.0.0',
version='2.0.1',
packages=find_packages(),
package_data={
'dydx3': [
Expand Down

0 comments on commit d9be2be

Please sign in to comment.