Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed May 26, 2021
1 parent c3dee0e commit 0996c7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM adoptopenjdk/openjdk12

LABEL Name=metator Version=1.0.4
LABEL Name=metator Version=1.1.0

WORKDIR /app
COPY ./ /app
Expand Down Expand Up @@ -49,4 +49,4 @@ RUN pip3 install -Ur requirements.txt
# Install metator
RUN pip3 install .

ENTRYPOINT ["metator"]
ENTRYPOINT ["metator"]
2 changes: 1 addition & 1 deletion metator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.4'
__version__ = "1.1.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
name = "metator"

MAJOR = 1
MINOR = 0
MAINTENANCE = 4
MINOR = 1
MAINTENANCE = 0
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "GPLv3"
Expand Down

0 comments on commit 0996c7b

Please sign in to comment.