Skip to content

Commit

Permalink
Preparing for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrszul committed Jun 6, 2019
1 parent fe8fcc9 commit 098de4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.csiro.aehrc.variant-spark</groupId>
<artifactId>variant-spark_2.11</artifactId>
<version>0.2.0-b1</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>variant-spark</name>
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand Down

0 comments on commit 098de4f

Please sign in to comment.