Skip to content

Commit ecfaade

Browse files
Update the requested frontend version to ^0.13.0
This was not updated in the recent 0.13 release, and ^0.12 means 0.12.*, so it breaks ipycanvas (i.e., the backend is requesting ^0.12, but all the frontend has is 0.13).
1 parent f27a103 commit ecfaade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipycanvas/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010

1111
module_name = "ipycanvas"
12-
module_version = "^0.12"
12+
module_version = "^0.13.0"

0 commit comments

Comments
 (0)