Skip to content

Commit

Permalink
Version 0.0.33.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 10, 2020
1 parent 297ef3e commit bed2144
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ To run and test law, there are three docker images available on the `DockerHub <
Tags:

- ``latest``, ``py3``, ``py38``: Python 3.8.0
- ``py37``: Python 3.7.5
- ``latest``, ``py3``, ``py38``: Python 3.8.1
- ``py37``: Python 3.7.6
- ``py2``, ``py27``: Python 2.7.5


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.32"
LABEL version="0.0.33"

# 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.32"
LABEL version="0.0.33"

# 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.32"
LABEL version="0.0.33"

# 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.32"
__version__ = "0.0.33"

0 comments on commit bed2144

Please sign in to comment.