From 31347f420cdee332bed44f2832e5382e23cabb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dcaro=20Guerra?= Date: Mon, 24 Feb 2025 13:15:55 -0700 Subject: [PATCH] chore: bump package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1755190..3a55734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dagster-sqlmesh" -version = "0.3.1" +version = "0.4.0" description = "" authors = ["Reuven Gonzales "] license = "Apache 2.0"