From 87299f1d73a3fd5d4be0036901b70f656d305c13 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Thu, 22 Dec 2022 23:35:24 +0100
Subject: [PATCH] 0.2.1

Automatically generated by python-semantic-release
---
 CHANGELOG.md   | 4 ++++
 docs/conf.py   | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 538fc59..0584635 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 <!--next-version-placeholder-->
 
+## v0.2.1 (2022-12-22)
+### Fix
+* **README:** Correct heading and description ([`d6a8d47`](https://gitlab1.ptb.de/ludwig10_masters_thesis/ilp_nn_robustness_verification/-/commit/d6a8d4766ec870409b811710061851b3eddcf110))
+
 ## v0.2.0 (2022-12-22)
 ### Feature
 * **data_types:** Introduce data_types module for more convenient coding and reading ([`38d2a8b`](https://gitlab1.ptb.de/ludwig10_masters_thesis/ilp_nn_robustness_verification/-/commit/38d2a8bfd5aa243a5c2b99b73dd99d7d635a80c5))
diff --git a/docs/conf.py b/docs/conf.py
index ccb5416..8c3536a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -149,7 +149,7 @@ author = "B. Ludwig"
 # built documents.K
 #
 # The short X.Y version.
-version = "0.2.0"
+version = "0.2.1"
 # The full version, including alpha/beta/rc tags.
 # release = "1.3.1"
 
diff --git a/pyproject.toml b/pyproject.toml
index 88a89f3..fe0e9c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
     "Topic :: Scientific/Engineering :: Mathematics",
     "Topic :: Scientific/Engineering :: Artificial Intelligence",
 ]
-version = "0.2.0"
+version = "0.2.1"
 dependencies = [
     "numpy",
     "pyinterval",
-- 
GitLab