Skip to content

Commit

Permalink
0.3.1 to 0.3.1.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shartgring authored Nov 6, 2024
1 parent 2540e7f commit b2a93a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_delft3dfm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from os.path import abspath, dirname, join

__version__ = "0.3.1"
__version__ = "0.3.1.dev"
DATADIR = join(dirname(abspath(__file__)), "data")

from .dflowfm import *

0 comments on commit b2a93a2

Please sign in to comment.