Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
Former-commit-id: 421edda
  • Loading branch information
MaxHalford committed Sep 2, 2022
1 parent bfb7ecc commit b467c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 12, 0)
VERSION = (0, 12, 1)

__version__ = ".".join(map(str, VERSION)) # noqa: F401

0 comments on commit b467c3d

Please sign in to comment.