From 588c8c709912ba308c7b704c2ab2bc5c8a62229b Mon Sep 17 00:00:00 2001 From: Michael Kranz Date: Thu, 30 Nov 2023 13:11:25 -0600 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1e2f49..32b7f95 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_install_requirements(): setup( name='healdata_utils', - version='0.2.4', + version='0.3.0', author='Michael Kranz', author_email='kranz-michael@norc.org', long_description=generate_long_description(),