Skip to content

Commit 78b229f

Browse files
committed
v0.9.0-post3 [version correction in init file]
1 parent c5d8dfc commit 78b229f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ctk_interactive_canvas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .draggable_rectangle import DraggableRectangle
1515
from .interactive_canvas import InteractiveCanvas
1616

17-
__version__ = "0.8.0"
17+
__version__ = "0.9.0"
1818
__author__ = "Tchicdje Kouojip Joram Smith (DeltaGa)"
1919
__all__ = [
2020
"InteractiveCanvas",

0 commit comments

Comments
 (0)