Skip to content

Commit

Permalink
new version with up to date bal_tools version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK committed Jul 24, 2024
1 parent b188ca4 commit 1261f2e
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 1261f2e

Please sign in to comment.