From b5efa94414e4889a5111fa0a0d95853ae528b956 Mon Sep 17 00:00:00 2001 From: Henri Menke <henri@henrimenke.de> Date: Fri, 5 Jan 2024 13:43:10 +0100 Subject: [PATCH] Bump version: 2023.12.18 -> 2024.01.04 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 314a0a6..17e5e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "mpsd_software_manager" authors = [{name = "SSU-Computational Science (Fangohr et al)", email = "ssu-cs@mpsd.mpg.de"}] license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: MIT License"] -version = "2023.12.18" +version = "2024.01.04" readme = "README.rst" requires-python = ">=3.9" dependencies = [ diff --git a/setup.cfg b/setup.cfg index e90a857..ecb277d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ [metadata] name = mpsd_software_manager -version = 2023.12.18 +version = 2024.01.04 author = SSU-Computational Science (Fangohr et al) author_email = ssu-cs@mpsd.mpg.de long_description = file: README.rst -- GitLab