Skip to content

Commit

Permalink
Upgrade threedi version and upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Apr 29, 2024
1 parent 09bb74c commit bf3b851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version():

install_requires = [
"numpy>=1.15",
"threedi-schema==0.222.dev0",
"threedi-schema==0.222.dev1",
"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.14.1.dev0'
__version__ = '1.14.1.dev1'
# fmt: on

0 comments on commit bf3b851

Please sign in to comment.