From 37905b9a6ffd0e37a62c78c984e3fa5a468a3438 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Tue, 20 Feb 2024 20:54:37 +0100 Subject: [PATCH] trivial: post release version bump --- RELEASE | 2 +- spark/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index c366156..415cff4 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.1.1" v0.1.1 +git tag -s -f -m "Release 0.1.2" v0.1.2 git push --tags git push diff --git a/spark/__init__.py b/spark/__init__.py index 37f2978..cdf5e57 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.1.1' +__version__ = '0.1.2'