Skip to content

Commit

Permalink
[STUDIO] Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaraEmmanuel committed Nov 23, 2024
1 parent 7a8b7ef commit b1525e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.0"
__version__ = "0.8.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.7.0"
__version__ = "0.8.0"

# make available for use with custom widgets
from studio.lib.pseudo import WidgetMeta
2 changes: 1 addition & 1 deletion studio/debugtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.8.0'

0 comments on commit b1525e6

Please sign in to comment.