Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Feb 19, 2024
1 parent e59cf28 commit fee4c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fiat/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
major = 1
minor = 0
build = 0
suffix = "rc2.dev"
suffix = "rc2"

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

0 comments on commit fee4c03

Please sign in to comment.