From 76e9bd56510a0ecbd32bc605f00038d224d1aebf Mon Sep 17 00:00:00 2001 From: cathieO Date: Fri, 23 Jul 2021 11:16:51 -0600 Subject: [PATCH] update version numbers --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index 902a946..a30b896 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -17,7 +17,7 @@ class InstallPlatlib(install): setup( name='parflowio', - version='0.0.6', + version='0.0.7', author='arezaii', author_email='\"Parflow Dev Team\" ', url='https://github.com/hydroframe/parflowio',