From 860d31b82f022da7ab6e28599dec158fbcffa7b7 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 20 Jun 2024 17:48:00 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 695d764..aa4caba 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def readme(): setup( name="pyhacrf-datamade", - version="0.2.7", + version="0.2.8", packages=["pyhacrf"], install_requires=[ "numpy>=1.14.1; python_version<'3.6'",