Skip to content

Commit

Permalink
[bugfix] update makefile after merge of pull request #193
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodef committed Mar 15, 2019
1 parent 87e8133 commit f8d555f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ all: default msmw3 sgbm mgm_multi

# test for the default configuration
test: default
python -u s2p_test.py --all
python -u tests/test_s2p.py --all

# make sure that the destination directory is built
$(BINDIR):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):
'requests']

setup(name="s2p",
version="1.0b3",
version="1.0b4",
description="Satellite Stereo Pipeline.",
long_description=readme(),
url='https://github.com/miss3d/s2p',
Expand Down

0 comments on commit f8d555f

Please sign in to comment.