Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaraEmmanuel committed Apr 18, 2022
1 parent 022effe commit 0550c96
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@
from .loader import Builder, AppBuilder # noqa

__version__ = "0.3.1"
__version__ = "0.4.0"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
keywords=['formation', 'gui', 'graphical-user-interface', 'drag drop', 'tkinter', 'hoverset', 'python'],
install_requires=requirements,
platform=['any'],
package_data={
'hoverset.data': ['image.*'],
'hoverset.ui': ['themes/*', '*.tcl'],
Expand Down
2 changes: 1 addition & 1 deletion studio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from studio.lib.pseudo import WidgetMeta


__version__ = "0.3.1"
__version__ = "0.4.0"

0 comments on commit 0550c96

Please sign in to comment.