Skip to content

Commit

Permalink
Verson0.5.0 (#428)
Browse files Browse the repository at this point in the history
* update version

* add dev suffix

* Update version.py

---------

Co-authored-by: dalmijn <92092029+dalmijn@users.noreply.github.com>
  • Loading branch information
Santonia27 and dalmijn authored Dec 18, 2024
1 parent 18a2e66 commit 1ee407e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydromt_fiat/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Versioning."""

major = 0
minor = 4
patch = 2
minor = 5
patch = 0
suffix = ".dev"

__version__ = f"{major}.{minor}.{patch}{suffix}"

0 comments on commit 1ee407e

Please sign in to comment.