Skip to content

Commit

Permalink
Version 0.0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Mar 6, 2018
1 parent cb0f3cf commit f6e7d7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/law-py27/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py27"
LABEL version="0.0.19"
LABEL version="0.0.20"

# workdir
WORKDIR /root
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN pip install luigi six

# install law master
RUN git clone https://github.com/riga/law && \
cd law && git checkout tags/v0.0.19 && \
cd law && git checkout tags/v0.0.20 && \
python setup.py install && \
cd .. && rm -rf law

Expand Down
4 changes: 2 additions & 2 deletions docker/law-py36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py36"
LABEL version="0.0.19"
LABEL version="0.0.20"

# workdir
WORKDIR /root
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN pip3.6 install luigi six

# install law master
RUN git clone https://github.com/riga/law && \
cd law && git checkout tags/v0.0.19 && \
cd law && git checkout tags/v0.0.20 && \
python3.6 setup.py install && \
cd .. && rm -rf law

Expand Down
2 changes: 1 addition & 1 deletion law/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__contact__ = "https://github.com/riga/law"
__license__ = "MIT"
__status__ = "Development"
__version__ = "0.0.19"
__version__ = "0.0.20"

__all__ = [
"Task", "WrapperTask", "SandboxTask",
Expand Down

0 comments on commit f6e7d7c

Please sign in to comment.