From 3c22aedce65392ad0cbedcb44ce3abe613b04cf9 Mon Sep 17 00:00:00 2001 From: Mingfei Shao <2475897+mfshao@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:09:27 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 063412d..51bb22f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_install_requirements(): setup( name='healdata_utils', - version='0.6.0', + version='0.5.2', author='Michael Kranz', author_email='kranz-michael@norc.org', long_description=generate_long_description(),