From 5c0bf7788430ac5d4a1d053455028f1bf284e1d9 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Tue, 20 Feb 2024 20:52:08 +0100 Subject: [PATCH] Adjust version number --- RELEASE | 2 +- spark/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 595b3b5..c366156 100644 --- a/RELEASE +++ b/RELEASE @@ -2,7 +2,7 @@ Laniakea-Spark Release Notes 1. Tag release in Git: -git tag -s -f -m "Release 0.2.0" v0.2.0 +git tag -s -f -m "Release 0.1.1" v0.1.1 git push --tags git push diff --git a/spark/__init__.py b/spark/__init__.py index e81aabd..37f2978 100644 --- a/spark/__init__.py +++ b/spark/__init__.py @@ -16,4 +16,4 @@ # along with this software. If not, see . __appname__ = 'laniakea-spark' -__version__ = '0.2' +__version__ = '0.1.1'