From afdbfbeb51c0a04ecd8d8eba5ff1c586a267c404 Mon Sep 17 00:00:00 2001 From: Florian Rohrer Date: Sat, 14 Dec 2024 01:31:41 +0100 Subject: [PATCH] bump version --- 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 c1a2e63..7280827 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'sts1-sensors' copyright = '2024, Simon Köfinger, Florian Rohrer' author = 'Simon Köfinger, Florian Rohrer' -release = 'v0.3.5' +release = 'v0.4.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 89c76dc..c30c5cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sts1_sensors" -version = "0.3.5" +version = "0.4.0" description = "A sensor library for the CubeSat STS1 (TU Wien Space Team)." readme = "README.md" requires-python = ">=3.11,<3.12"