Skip to content

Commit

Permalink
Prepare release (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrszul authored Nov 8, 2019
1 parent 098de4f commit 3f470f0
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 @@ -38,4 +38,4 @@ deploy:
acl: public_read
region: ap-southeast-2
on:
tags: true
tags: false
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-SNAPSHOT</version>
<version>0.2.0</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.0b2.dev0'
VERSION = '0.2.0'

# Provide guidance about how to use setup.py
incorrect_invocation_message = """
Expand Down

0 comments on commit 3f470f0

Please sign in to comment.