Skip to content

Commit 458fc1d

Browse files
committed
bump version to 0.6.2
1 parent 913e1e8 commit 458fc1d

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.6.1"
1+
__version__ = "0.6.2"
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.6.1"
1+
__version__ = "0.6.2"
22

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

0 commit comments

Comments
 (0)