From 05075316cea379d39b7e8f74c5171e2eb2fc2ffc Mon Sep 17 00:00:00 2001 From: Ramiro Medina <64783088+ramedina86@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:24:20 +0000 Subject: [PATCH] chore: Update version, remove rc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9faaf23ab..c3d0b4e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "streamsync" -version = "0.4.0rc4" +version = "0.4.0" description = "Streamsync helps you create performant data apps, via Python code and its built-in visual UI editor." authors = ["Ramiro Medina "] license = "Apache 2.0"