Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Oct 15, 2024
1 parent c8b3e38 commit 427adde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hydromt_fiat/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Versioning."""

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

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

0 comments on commit 427adde

Please sign in to comment.