From 7de730ccd0830bd977857b4d6f73a5daffc17808 Mon Sep 17 00:00:00 2001 From: Sandeep Aggarwal Date: Tue, 25 Feb 2020 21:09:41 +0530 Subject: [PATCH] Removed Travis cache which doesn't seems to work and bumped up version to 0.1.3 --- .travis.yml | 4 ---- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1470d2..85c9c24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: python -cache: - directories: - - $HOME/.cache/pip - python: - "2.7" - "3.5" diff --git a/pyproject.toml b/pyproject.toml index fdf0603..a72aac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airflow_ecr_plugin" -version = "0.1.2" +version = "0.1.3" description = "Airflow ECR plugin" authors = ["Sandeep Aggarwal "] license = "Apache-2.0"