diff --git a/package.json b/package.json index dbe913a..015872a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gooey-gui", - "version": "0.2.0", + "version": "0.2.1", "sideEffects": false, "scripts": { "build": "remix build", diff --git a/py/pyproject.toml b/py/pyproject.toml index 10b5b11..d124c74 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gooey-gui" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["Dev Aggarwal "] license = "Apache-2.0"