We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8492de commit a10c05fCopy full SHA for a10c05f
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>au.csiro.aehrc.variant-spark</groupId>
5
<artifactId>variant-spark_2.11</artifactId>
6
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
7
<packaging>jar</packaging>
8
9
<name>variant-spark</name>
python/setup.py
@@ -14,7 +14,7 @@
14
15
in_src = os.path.isfile(os.path.join(ROOT_DIR, "pom.xml"))
16
17
-VERSION = '0.3.0a0.dev3'
+VERSION = '0.3.0'
18
19
# Provide guidance about how to use setup.py
20
incorrect_invocation_message = """
0 commit comments