From 02ee75d08f7a87f4e46aad50b1a544993bdfa9ae Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Tue, 12 Mar 2024 23:35:30 -0700 Subject: [PATCH] start versioning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f07b862..65636e6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='iobind', - version='0.1', + version='0.0.1', description='Define inputs and outputs', url='http://github.com/hal9ai/iobind', author='Javier Luraschi',