Skip to content

Commit 622fae4

Browse files
Bump version: 0.33.0 → 0.33.1
1 parent 56e031f commit 622fae4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.33.0
2+
current_version = 0.33.1
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ authors:
88
orcid: https://orcid.org/0000-0002-6349-818X
99
title: "dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files"
1010
type: software
11-
version: 0.33.0
11+
version: 0.33.1
1212
doi: https://doi.org/10.5281/zenodo.7857393

dfm_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Jelmer Veenstra"""
66
__email__ = "jelmer.veenstra@deltares.nl"
7-
__version__ = "0.33.0"
7+
__version__ = "0.33.1"
88

99
from dfm_tools.deprecated import *
1010
from dfm_tools.download import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dfm_tools"
7-
version = "0.33.0"
7+
version = "0.33.1"
88
maintainers = [{ name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl" }]
99
description = "dfm_tools are pre- and post-processing tools for Delft3D FM"
1010
readme = "README.md"

0 commit comments

Comments
 (0)