From 82ca7bb71fa15ec7a99ae43cea98bb32081bc3bf Mon Sep 17 00:00:00 2001 From: Claas Date: Sun, 10 Nov 2024 21:23:36 +0100 Subject: [PATCH] bumped version number to 0.4.0b1 --- 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 97813cad..6e924a2a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo" # The full version, including alpha/beta/rc tags -release = "0.4.0" +release = "0.4.0b1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 9b6b756a..736df9f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ [project] name = "dictIO" -version = "0.4.0" +version = "0.4.0b1" description = "Python package to read, write and manipulate dictionary text files. Supports dictIOs native file format, as well as JSON, XML and OpenFOAM." readme = "README.md" requires-python = ">= 3.10"