Skip to content

Commit

Permalink
Updated versions for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrszul committed Feb 2, 2021
1 parent c8492de commit a10c05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0a0.dev3'
VERSION = '0.3.0'

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

0 comments on commit a10c05f

Please sign in to comment.