From fe42f2fee01390b1b1354b1f3094ae69c7a7542c Mon Sep 17 00:00:00 2001
From: "Hock, Martin" <martin.hock@fst.tu-darmstadt.de>
Date: Mon, 27 Feb 2023 00:29:45 +0100
Subject: [PATCH] Bump version number for bugfix release.

---
 plotid/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plotid/__init__.py b/plotid/__init__.py
index 18d92ea..4ade8ba 100644
--- a/plotid/__init__.py
+++ b/plotid/__init__.py
@@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the
 plot will also be copied to the directory.
 """
 
-__version__ = "0.3.0"
+__version__ = "0.3.1"
 __author__ = "Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt"
-- 
GitLab