Skip to content

Commit cdc9828

Browse files
authored
Merge pull request #507 from demergent-labs/release
release 0.7.1
2 parents 792dbc6 + f574cc0 commit cdc9828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kybra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# TODO I think we can simplify this just like we're doing with canisters
1818
from .compiler.custom_modules.principal import Principal as PrincipalRenamed
1919

20-
__version__ = "0.7.0"
20+
__version__ = "0.7.1"
2121
__rust_version__ = "1.87.0"
2222

2323
Principal = PrincipalRenamed

0 commit comments

Comments
 (0)