From c32a496d0bb5af07948b1cf327025f35fc6a389a Mon Sep 17 00:00:00 2001 From: Michael Innerberger Date: Wed, 16 Oct 2024 11:47:20 -0400 Subject: [PATCH] Prepare release 0.3.1 --- install.sh | 2 +- install_windows.bat | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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