From 9974ee5745077de840f032d0851b738ca4aa4b67 Mon Sep 17 00:00:00 2001 From: Tritium <11885129+Tritium-VLK@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:49:27 +0200 Subject: [PATCH 1/2] Update bal tools version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab754f55..cae44fac 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.0.5", + "bal_tools @ git+https://github.com/BalancerMaxis/bal_tools@v0.0.6", ], keywords=["python", "first package"], classifiers=[ From e760c23a83fcc3b1c44fc4eb90656c9943cf686c Mon Sep 17 00:00:00 2001 From: Tritium-VLK Date: Thu, 27 Jun 2024 13:10:57 +0200 Subject: [PATCH 2/2] bump version to 0.9.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cae44fac..49e7ce73 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.9.6" +VERSION = "0.9.7" DESCRIPTION = "Balancer Maxi Addressbook" LONG_DESCRIPTION = "Balancer Maxi Addressbook and Balancer Permissions helper"