diff --git a/bal_addresses/requirements.txt b/bal_addresses/requirements.txt index f9139b9..885eca0 100644 --- a/bal_addresses/requirements.txt +++ b/bal_addresses/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 49e7ce7..9505dd1 100644 --- a/setup.py +++ b/setup.py @@ -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" @@ -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=[