Skip to content

Commit 2768c51

Browse files
committed
Prepare relaase 0.2.0-a1
1 parent d8c5491 commit 2768c51

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.2.0-SNAPSHOT</version>
6+
<version>0.2.0-a1</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.2.0a0'
17+
VERSION = '0.2.0a1'
1818

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

0 commit comments

Comments
 (0)