Skip to content

Commit

Permalink
Bump to v0.9.0 (#459)
Browse files Browse the repository at this point in the history
* Bump to v0.9.0rc1

* Bump to v0.9.0
  • Loading branch information
wwwillchen authored Jun 18, 2024
1 parent c1b0259 commit 7323564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesop/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Contains the version string."""

VERSION = "0.8.0"
VERSION = "0.9.0"

if __name__ == "__main__":
print(VERSION)

0 comments on commit 7323564

Please sign in to comment.