From 32f2802b166b6aaab1d79056d3fe93b8d86ef2f6 Mon Sep 17 00:00:00 2001 From: Michael Innerberger Date: Fri, 12 Jul 2024 19:19:21 -0400 Subject: [PATCH] Prepare release 0.3.0 --- 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 c5ba262b..8e9802c6 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ display_usage () { exit } -VERSION="0.3.0-SNAPSHOT" +VERSION="0.3.0" while getopts :hi:r: flag do diff --git a/install_windows.bat b/install_windows.bat index b6ba13a3..cf096365 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.0-SNAPSHOT" +set "VERSION=0.3.0" :: default for installation dir = current directory set "INSTALL_DIR=%CD%" diff --git a/pom.xml b/pom.xml index 0df792df..d1c36889 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ imglib2-st - 0.3.0-SNAPSHOT + 0.3.0 ImgLib2 Spatial Transcriptiomics This project shows the application of imglib2 to spatial transcriptomics