Skip to content

Commit

Permalink
Bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed Jun 30, 2021
1 parent 2fd1d88 commit 31e9794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1.0
LABEL Name=metator Version=1.1.1

WORKDIR /app
COPY ./ /app
Expand Down
2 changes: 1 addition & 1 deletion metator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

LICENSE = "GPLv3"
Expand Down

0 comments on commit 31e9794

Please sign in to comment.