From 306238a8b8bd945abf736ce06891ae230d34610c Mon Sep 17 00:00:00 2001 From: Ben Mather Date: Wed, 26 Aug 2020 21:25:46 +1000 Subject: [PATCH] bump to version 2.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11c21a09..6dcb87a5 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ link_args = ["-static"] # in development set version to none and ... -PYPI_VERSION = "2.0" +PYPI_VERSION = "2.0.2" # Return the git revision as a string (from numpy)