Skip to content

Commit 0550c96

Browse files
committed
Bump version to 0.4.0
1 parent 022effe commit 0550c96

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

formation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .loader import Builder, AppBuilder # noqa
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
},
3131
keywords=['formation', 'gui', 'graphical-user-interface', 'drag drop', 'tkinter', 'hoverset', 'python'],
3232
install_requires=requirements,
33-
platform=['any'],
3433
package_data={
3534
'hoverset.data': ['image.*'],
3635
'hoverset.ui': ['themes/*', '*.tcl'],

studio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from studio.lib.pseudo import WidgetMeta
33

44

5-
__version__ = "0.3.1"
5+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)