From 6b526d73f17ed8d0ad531c68f56664b55fa5367f Mon Sep 17 00:00:00 2001 From: Claas Date: Thu, 22 Feb 2024 18:14:26 +0100 Subject: [PATCH] bumped version number to 0.0.3b3 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 27cd582..516d545 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Author One, Author Two, Claas Rostock" # The full version, including alpha/beta/rc tags -release = "0.0.3b2" +release = "0.0.3b3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e93c910..ddf25b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maritime-schema" -version = "0.0.3b2" +version = "0.0.3b3" description = "Python data classes and JSON schemata for maritime traffic scenarios." readme = "README.md" requires-python = ">= 3.9"