Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Aug 12, 2024
1 parent b232f1f commit 9e5957e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def get_version():

install_requires = [
"numpy>=1.15,<3.0",
"threedi-schema==0.224.0.dev1",
# "threedi-schema@git+https://github.com/nens/threedi-schema@margriet_70_schema_300_structure_control",
"threedi-schema==0.224.0.dev2",
"shapely>=2",
"pyproj>=3",
"condenser[geo]>=0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion threedigrid_builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .exceptions import * # NOQA

# fmt: off
__version__ = '1.17.0.dev1'
__version__ = '1.17.0.dev2'
# fmt: on

0 comments on commit 9e5957e

Please sign in to comment.