From 1094bc417ce17f371fedca3bd94940eb090aaa72 Mon Sep 17 00:00:00 2001 From: Nick Tyler Date: Mon, 10 Jan 2022 09:41:04 -0800 Subject: [PATCH] Update version for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70e60e5..432db0d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ author_email="tylern@lbl.gov", packages=['SuperfacilityAPI'], package_dir={'': 'python'}, - version='0.0.1', + version='0.0.2', scripts=['python/SuperfacilityAPI/bin/sfapi'], install_requires=[ 'authlib', 'requests', 'click', 'tabulate', 'pandas', 'numpy'