diff --git a/install.sh b/install.sh
index 5b0c842..65061a9 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ display_usage () {
exit
}
-VERSION="0.3.1-SNAPSHOT"
+VERSION="0.3.1"
while getopts :hi:r: flag
do
diff --git a/install_windows.bat b/install_windows.bat
index d5fd4c9..f236a56 100644
--- a/install_windows.bat
+++ b/install_windows.bat
@@ -3,7 +3,7 @@ setlocal EnableExtensions
:: This is a translation of the corresponding linux install script that
:: is adapted from https://github.com/saalfeldlab/n5-utils, by @axtimwalde & co
-set "VERSION=0.3.1-SNAPSHOT"
+set "VERSION=0.3.1"
:: default for installation dir = current directory
set "INSTALL_DIR=%CD%"
diff --git a/pom.xml b/pom.xml
index a568a91..40d5963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
imglib2-st
- 0.3.1-SNAPSHOT
+ 0.3.1
ImgLib2 Spatial Transcriptiomics
This project shows the application of imglib2 to spatial transcriptomics