From 2cb8784417f4f7f8dcec9b3ac51254f9f29b3e9c Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Wed, 21 Aug 2019 12:00:00 -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 58689cc..504e6df 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ext=Extension("meds._uberseg", sources, include_dirs=include_dirs) setup(name="meds", - version="0.9.7", + version="0.9.8", description="Python and C libraries for reading MEDS files", license = "GNU GPLv3", author="Erin Scott Sheldon",