File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.33.0
2
+ current_version = 0.33.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 8
8
orcid : https://orcid.org/0000-0002-6349-818X
9
9
title : " dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files"
10
10
type : software
11
- version : 0.33.0
11
+ version : 0.33.1
12
12
doi : https://doi.org/10.5281/zenodo.7857393
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Jelmer Veenstra"""
6
6
__email__ = "jelmer.veenstra@deltares.nl"
7
- __version__ = "0.33.0 "
7
+ __version__ = "0.33.1 "
8
8
9
9
from dfm_tools .deprecated import *
10
10
from dfm_tools .download import *
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " dfm_tools"
7
- version = " 0.33.0 "
7
+ version = " 0.33.1 "
8
8
maintainers = [{ name = " Jelmer Veenstra" , email = " jelmer.veenstra@deltares.nl" }]
9
9
description = " dfm_tools are pre- and post-processing tools for Delft3D FM"
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments