Skip to content

Commit a10c05f

Browse files
committed
Updated versions for release 0.3.0
1 parent c8492de commit a10c05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>au.csiro.aehrc.variant-spark</groupId>
55
<artifactId>variant-spark_2.11</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<packaging>jar</packaging>
88

99
<name>variant-spark</name>

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
in_src = os.path.isfile(os.path.join(ROOT_DIR, "pom.xml"))
1616

17-
VERSION = '0.3.0a0.dev3'
17+
VERSION = '0.3.0'
1818

1919
# Provide guidance about how to use setup.py
2020
incorrect_invocation_message = """

0 commit comments

Comments
 (0)