Skip to content

Commit

Permalink
release 0.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 10, 2024
1 parent 7e3f921 commit 701d2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kybra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# TODO I think we can simplify this just like we're doing with canisters
from .compiler.custom_modules.principal import Principal as PrincipalRenamed

__version__ = "0.6.0"
__version__ = "0.7.0-rc.1"
__rust_version__ = "1.81.0"

Principal = PrincipalRenamed
Expand Down

0 comments on commit 701d2c0

Please sign in to comment.