From 32900cc73b7b73954b0de71f7ecd746a1ac27866 Mon Sep 17 00:00:00 2001 From: Jacob Goldverg Date: Thu, 18 Jan 2024 18:19:20 -0500 Subject: [PATCH] apparently the version is the issue --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4ef5b1..9a7476b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="odscli", - version=version, + version="1.0.0", author="OneDataShare", author_email="onedatashare@gmail.com", description="The onedatashare.org cli",