From a3e8681b0652cb68a13391a8757af0d10f09c96b Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Mon, 9 Sep 2024 12:57:47 +0200 Subject: [PATCH 1/2] chore: bump to bal tools 0.1.7 --- bal_addresses/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bal_addresses/requirements.txt b/bal_addresses/requirements.txt index e7002d3..09bc4e4 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.1.6 +git+https://github.com/BalancerMaxis/bal_tools@v0.1.7 requests pandas web3 diff --git a/setup.py b/setup.py index e579233..537efaa 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "web3", "gql[requests]", "requests", - "bal_tools @ git+https://github.com/BalancerMaxis/bal_tools@v0.1.6", + "bal_tools @ git+https://github.com/BalancerMaxis/bal_tools@v0.1.7", ], keywords=["python", "first package"], classifiers=[ From 4d60a00d32a4f99ef1391b5e53b61220ee34b8e8 Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Mon, 9 Sep 2024 13:04:12 +0200 Subject: [PATCH 2/2] chore: bump package version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 537efaa..36a5b1f 100644 --- a/setup.py +++ b/setup.py @@ -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"