Skip to content

Commit

Permalink
Merge pull request #438 from BalancerMaxis/chore/bump_bal_tools_0_1_7
Browse files Browse the repository at this point in the history
chore: bump to bal tools 0.1.7
  • Loading branch information
gosuto-inzasheru authored Sep 9, 2024
2 parents bdf500a + 4d60a00 commit d97202e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bal_addresses/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pathlib>=1.0
git+https://github.com/BalancerMaxis/[email protected].6
git+https://github.com/BalancerMaxis/[email protected].7
requests
pandas
web3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.9.9"
VERSION = "0.9.10"
DESCRIPTION = "Balancer Maxi Addressbook"
LONG_DESCRIPTION = "Balancer Maxi Addressbook and Balancer Permissions helper"

Expand All @@ -23,7 +23,7 @@
"web3",
"gql[requests]",
"requests",
"bal_tools @ git+https://github.com/BalancerMaxis/[email protected].6",
"bal_tools @ git+https://github.com/BalancerMaxis/[email protected].7",
],
keywords=["python", "first package"],
classifiers=[
Expand Down

0 comments on commit d97202e

Please sign in to comment.