Skip to content

Commit

Permalink
Version 0.0.38.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed May 15, 2020
1 parent a85e12e commit dbe75fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/law-example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM riga/law:latest

# labels
LABEL name="law-examples"
LABEL version="0.0.37"
LABEL version="0.0.38"

# expose ports
EXPOSE 8082
Expand Down
2 changes: 1 addition & 1 deletion 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.36"
LABEL version="0.0.38"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/law-py37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py37"
LABEL version="0.0.37"
LABEL version="0.0.38"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/law-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py38"
LABEL version="0.0.37"
LABEL version="0.0.38"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion law/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__contact__ = "https://github.com/riga/law"
__license__ = "BSD-3-Clause"
__status__ = "Development"
__version__ = "0.0.37"
__version__ = "0.0.38"

0 comments on commit dbe75fa

Please sign in to comment.