Skip to content

Commit 5597f8e

Browse files
committed
bump version to 0.6.0
1 parent de3b279 commit 5597f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"
22

33
from .loader import Builder, AppBuilder # noqa

studio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"
22

33
# make available for use with custom widgets
44
from studio.lib.pseudo import WidgetMeta

0 commit comments

Comments
 (0)