Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunharker committed Mar 15, 2018
1 parent 1b34c41 commit ce5d48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
description='CHomP (Computational Homology Project) Python Extension',
Expand Down

0 comments on commit ce5d48a

Please sign in to comment.