Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pracucci committed Apr 3, 2019
1 parent 076b3ef commit 43df2d8
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
@@ -1,7 +1,7 @@
FROM alpine:3.9

RUN apk add --update --no-cache python3~=3.6 && \
python3 -m pip install aws-cloud-unmap==1.0.4 --no-cache-dir
python3 -m pip install aws-cloud-unmap==1.1.0 --no-cache-dir

# Run as non-root
RUN adduser app -S -u 1000
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

# Version
version = "1.0.4"
version = "1.1.0"

# Requires Python 3
if sys.version_info.major < 3:
Expand Down

0 comments on commit 43df2d8

Please sign in to comment.