From 4ed28587e60ceefb3e5f8dffb7f3af1e3bed2d12 Mon Sep 17 00:00:00 2001 From: Junjun Zhang Date: Wed, 12 Sep 2018 22:30:01 -0400 Subject: [PATCH] bump up to 0.2.0a19 --- docker/Dockerfile | 2 +- jtracker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index dc0c722..f9421f1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get -yqq update && \ apt-get -yqq install python-pip && \ pip --quiet install requests -RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a18.tar.gz && \ +RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a19.tar.gz && \ mkdir -p /tmp/jt-cli && \ tar -C /tmp/jt-cli --strip-components 1 -zxf tmp.tar.gz && \ apt-get -yqq install python3-pip && \ diff --git a/jtracker/__init__.py b/jtracker/__init__.py index 9e30711..83ce706 100644 --- a/jtracker/__init__.py +++ b/jtracker/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0a18' +__version__ = '0.2.0a19'