Skip to content

Commit

Permalink
bump to 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Jul 29, 2019
1 parent 3b21532 commit 0376232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ubuntu:16.04



LABEL Name=hicstuff Version=1.4.9
LABEL Name=hicstuff Version=1.4.10

# Install python dependencies
COPY * ./ /app/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

LICENSE = "GPLv3"
Expand Down

0 comments on commit 0376232

Please sign in to comment.