Skip to content

Commit

Permalink
Merge pull request #387 from BalancerMaxis/deps/bal_tools_0.1.1
Browse files Browse the repository at this point in the history
chore: Bump bal_addresses version - second attempt
  • Loading branch information
Tritium-VLK committed Jul 25, 2024
2 parents 3fb8d53 + 6f1f0d6 commit fd711d4
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/bal_tools@v0.0.5
git+https://github.com/BalancerMaxis/bal_tools@v0.1.1
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.7"
VERSION = "0.9.8"
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/bal_tools@v0.0.6",
"bal_tools @ git+https://github.com/BalancerMaxis/bal_tools@v0.1.1",
],
keywords=["python", "first package"],
classifiers=[
Expand Down

0 comments on commit fd711d4

Please sign in to comment.