diff --git a/pom.xml b/pom.xml
index f4e019fa..3c74c3bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
au.csiro.aehrc.variant-spark
variant-spark_2.11
- 0.3.0-SNAPSHOT
+ 0.3.0
jar
variant-spark
diff --git a/python/setup.py b/python/setup.py
index 704362b1..5a8b5857 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -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 = """