From ae08bf3654c57ac7a76cef52663c525293cffa50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Dec 2024 08:14:54 +0000 Subject: [PATCH] Update setup.py version to v1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4255cb5673..7419e33ca9 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( name="coti-web3", # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version="0.0.0", + version='v1.0.1', description="""coti-web3: A Python library for interacting with the COTI Network""", long_description=long_description, long_description_content_type="text/markdown",