From 2adda9733e3ae0a40fbd15f6a3c225f91e8b91ae Mon Sep 17 00:00:00 2001 From: Christian Glaser Date: Fri, 22 Dec 2023 10:17:34 +0000 Subject: [PATCH] update version number to new development version --- changelog.txt | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 92f29fa23..37736aac0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,12 @@ Changelog - to keep track of all relevant changes please update the categories "new features" and "bugfixes" before a pull request merge! +version 2.3.0-dev +new features: + +bugfixes: + + version 2.2.0 new features: - expand values stored in SimplePhasedTrigger diff --git a/pyproject.toml b/pyproject.toml index b70d3feca..a054b8c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "NuRadioMC" -version = "2.2.0" +version = "2.3.0-dev" authors = ["Christian Glaser et al."] homepage = "https://github.com/nu-radio/NuRadioMC" documentation = "https://nu-radio.github.io/NuRadioMC/main.html"