From 43df2d835e5e71de3352287599578fdf51a79c2b Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Wed, 3 Apr 2019 12:55:29 +0200 Subject: [PATCH] Version 1.1.0 --- Dockerfile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c926ae..f936490 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/setup.py b/setup.py index c8bd3c1..4f94573 100644 --- a/setup.py +++ b/setup.py @@ -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: