From 058a0747a80acea6a78f2982471c31f557412090 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Tue, 9 Apr 2024 19:28:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.0=20=E2=86=92=200.22.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- dfm_tools/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2fadf225..8b1eeb26 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.0 +current_version = 0.22.1 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 968e39cb..a413e61d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: orcid: https://orcid.org/0000-0002-6349-818X title: "dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files" type: software -version: 0.22.0 +version: 0.22.1 doi: https://doi.org/10.5281/zenodo.7857393 diff --git a/dfm_tools/__init__.py b/dfm_tools/__init__.py index f9d02673..7b1ed560 100644 --- a/dfm_tools/__init__.py +++ b/dfm_tools/__init__.py @@ -4,7 +4,7 @@ __author__ = """Jelmer Veenstra""" __email__ = "jelmer.veenstra@deltares.nl" -__version__ = "0.22.0" +__version__ = "0.22.1" from dfm_tools.deprecated import * from dfm_tools.download import * diff --git a/pyproject.toml b/pyproject.toml index 5a172087..f12961cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dfm_tools" -version = "0.22.0" +version = "0.22.1" maintainers = [{ name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl" }] description = "dfm_tools are pre- and post-processing tools for Delft3D FM" readme = "README.md"