From a09987bdd1eab5dd4f4e333053daf95533624eb4 Mon Sep 17 00:00:00 2001 From: BIP Bot Date: Thu, 25 Apr 2024 13:28:08 +0200 Subject: [PATCH] change setup.py to not use v prepended versioning as well. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3316c719..fed940c0 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "web3", "gql[requests]", "requests", - "git+https://github.com/BalancerMaxis/bal_tools@v0.0.1", + "git+https://github.com/BalancerMaxis/bal_tools@0.0.1", ], keywords=["python", "first package"], classifiers=[