Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Aug 7, 2024
1 parent 19bf1dc commit ca54fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"Click",
"GeoAlchemy2>=0.9,!=0.11.*",
"SQLAlchemy>=1.4",
"threedi-schema==0.224.0.dev0"
"threedi-schema==0.224.0.dev1"
# "threedi-schema@git+https://github.com/nens/threedi-schema@margriet_70_schema_300_structure_control",
]

Expand Down
2 changes: 1 addition & 1 deletion threedi_modelchecker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .model_checks import * # NOQA

# fmt: off
__version__ = '2.10.0.dev0'
__version__ = '2.10.0.dev1'
# fmt: on

0 comments on commit ca54fbf

Please sign in to comment.