diff --git a/package.json b/package.json index bc3dbc4..49677c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gooey-gui", - "version": "0.3.0", + "version": "0.4.0", "sideEffects": false, "scripts": { "build": "remix build", diff --git a/py/pyproject.toml b/py/pyproject.toml index b02471b..903d0af 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gooey-gui" -version = "0.3.0" +version = "0.4.0" description = "" authors = ["Dev Aggarwal "] license = "Apache-2.0"