Skip to content

Commit

Permalink
Bump to version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmunk committed May 13, 2024
1 parent 448e3a3 commit cfe7efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 2, 3)
version_info = (0, 2, 4)

__version__ = ".".join(map(str, version_info[:3]))

Expand Down

0 comments on commit cfe7efa

Please sign in to comment.