From 7ab093a0681360fcef000165cb02c5b4af9e7c46 Mon Sep 17 00:00:00 2001
From: "Mayr, Hannes" <hannes.mayr@stud.tu-darmstadt.de>
Date: Sat, 2 Sep 2023 12:52:57 +0200
Subject: [PATCH] Update version number.

---
 plotid/__init__.py | 2 +-
 requirements.txt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plotid/__init__.py b/plotid/__init__.py
index 4ade8ba..541c837 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.1"
+__version__ = "0.3.2"
 __author__ = "Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt"
diff --git a/requirements.txt b/requirements.txt
index ffbd85d..ddb80f7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ myst-parser==2.0.0
 numpy==1.25.2
 packaging==23.1
 Pillow==10.0.0
-pyparsing==3.1.1
+pyparsing==3.0.9
 python-dateutil==2.8.2
 qrcode==7.4.2
 six==1.16.0
-- 
GitLab