From 098de4f8f74c8e6e6fb1a7c7c3bf89a3849e8c51 Mon Sep 17 00:00:00 2001 From: Piotr Szul Date: Thu, 6 Jun 2019 22:47:30 +0200 Subject: [PATCH] Preparing for the next release --- .travis.yml | 2 +- pom.xml | 2 +- python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e5ddfb9..38b171d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ deploy: tags: true - provider: s3 access_key_id: "$AWS_ACCESS_KEY" - secret_access_key: "$AWS_SECRECT_KEY" + secret_access_key: "$AWS_SECRET_KEY" bucket: variant-spark local-dir: target/s3-release skip_cleanup: true diff --git a/pom.xml b/pom.xml index aff25fa6..65c1aa04 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 au.csiro.aehrc.variant-spark variant-spark_2.11 - 0.2.0-b1 + 0.2.0-SNAPSHOT jar variant-spark diff --git a/python/setup.py b/python/setup.py index 19f45e8b..d309b93e 100644 --- a/python/setup.py +++ b/python/setup.py @@ -14,7 +14,7 @@ in_src = os.path.isfile(os.path.join(ROOT_DIR, "pom.xml")) -VERSION = '0.2.0b1' +VERSION = '0.2.0b2.dev0' # Provide guidance about how to use setup.py incorrect_invocation_message = """