Skip to content

Commit

Permalink
update to patch 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nrweir committed Nov 2, 2018
1 parent 2a1ab5c commit ddd9a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ RUN git clone https://github.com/SpaceNetChallenge/utilities.git && cd utilities
pip install --no-cache-dir --no-dependencies -e .

RUN source activate space_base && \
pip install -e git+git://github.com/cosmiq/cosmiq_sn4_baseline.git@1.0.0#egg=cosmiq_sn4_baseline-1.0.0
pip install -e git+git://github.com/cosmiq/cosmiq_sn4_baseline.git@1.0.1#egg=cosmiq_sn4_baseline-1.0.1

RUN ["/bin/bash"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='CosmiQ_SN4_Baseline',
version='1.0.0',
version='1.0.1',
description='SpaceNet 4 Baseline',
author='Nick Weir',
author_email='nweir@iqt.org',
Expand Down

0 comments on commit ddd9a00

Please sign in to comment.