From ce5d48a56ef44305ff550d9c6f61c57113d4307b Mon Sep 17 00:00:00 2001 From: Shaun Harker Date: Thu, 15 Mar 2018 15:07:49 -0400 Subject: [PATCH] version bump --- install.sh | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5622d15..f523047 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ # installer script rm -rf build +rm -rf dist git submodule update --init --recursive #pip install . --ignore-installed --no-cache-dir -pip install . --upgrade --no-deps --force-reinstall --no-cache-dir +pip install . --upgrade --no-deps --force-reinstall --no-cache-dir --user diff --git a/setup.py b/setup.py index 76febac..42fd391 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def build_extension(self, ext): setup( name='pyCHomP', - version='0.4.2', + version='0.4.3', author='Shaun Harker', author_email='shaun.harker@rutgers.edu', description='CHomP (Computational Homology Project) Python Extension',