From 29d88af319f3cf13c493795eec48db8352524074 Mon Sep 17 00:00:00 2001 From: Ben Mather Date: Wed, 24 Jul 2019 16:12:52 +1000 Subject: [PATCH] Update to version 1.0.2 to match Zenodo (hopefully!) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0a4e0e..b4aa9ac 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import io ## in development set version to none and ... -PYPI_VERSION = "1.0.1" +PYPI_VERSION = "1.0.2" # Return the git revision as a string (from numpy) def git_version():