From f07aa94222f63137c9b4813b3e865b3ce171d022 Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil <37668193+nikochiko@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:26:06 +0530 Subject: [PATCH] bump version to 0.2.1 --- package.json | 2 +- py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"