Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaraEmmanuel committed Jun 3, 2023
1 parent de3b279 commit 5597f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion formation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

from .loader import Builder, AppBuilder # noqa
2 changes: 1 addition & 1 deletion studio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

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

0 comments on commit 5597f8e

Please sign in to comment.