Skip to content

Commit

Permalink
Update version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanbin Hu committed Jun 27, 2020
1 parent 4e56db4 commit f699152
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bluefog/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
6 changes: 3 additions & 3 deletions dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ RUN pip install bluefog

RUN mkdir /bluefog
RUN cd /bluefog && \
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.0/examples_v0.2.0.tar.gz && \
tar -zxv -f examples_v0.2.0.tar.gz && \
rm examples_v0.2.0.tar.gz
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.1/examples_v0.2.1.tar.gz && \
tar -zxv -f examples_v0.2.1.tar.gz && \
rm examples_v0.2.1.tar.gz

WORKDIR "bluefog"
6 changes: 3 additions & 3 deletions dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ RUN pip install bluefog

RUN mkdir /bluefog
RUN cd /bluefog && \
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.0/examples_v0.2.0.tar.gz && \
tar -zxv -f examples_v0.2.0.tar.gz && \
rm examples_v0.2.0.tar.gz
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.1/examples_v0.2.1.tar.gz && \
tar -zxv -f examples_v0.2.1.tar.gz && \
rm examples_v0.2.1.tar.gz

WORKDIR "bluefog"

0 comments on commit f699152

Please sign in to comment.