Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Mar 28, 2024
1 parent 7b675dd commit ec4411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSInterpret/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 4, 3)
VERSION = (0, 4, 4)
__version__ = ".".join(map(str, VERSION)) # noqa: F401

0 comments on commit ec4411e

Please sign in to comment.