From a05cc2749f87f4a01b85b865757489260186cacb Mon Sep 17 00:00:00 2001
From: "Matthias C. M. Troffaes" <matthias.troffaes@gmail.com>
Date: Fri, 4 Oct 2024 12:07:12 +0100
Subject: [PATCH] Bump version.

---
 CHANGELOG.rst  | 3 +++
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7145629..f1b6aae 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,6 @@
+Version 3.0.1 (in development)
+------------------------------
+
 Version 3.0.0 (4 October 2024)
 ------------------------------
 
diff --git a/pyproject.toml b/pyproject.toml
index b95d06b..50302df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "pycddlib"
-version = "3.0.0"
+version = "3.0.1a0"
 requires-python = ">=3.9"
 authors = [
   {name = "Matthias C. M. Troffaes", email = "matthias.troffaes@gmail.com"},