From a6e597e21313ad0f721a6b5d286e73f27ce29946 Mon Sep 17 00:00:00 2001 From: JulesHuisman Date: Fri, 30 Dec 2022 14:28:23 +0000 Subject: [PATCH] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c97ab6..20f89aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dagster-meltano" -version = "1.0.0" +version = "1.0.1" description = "A dagster plugin that allows you to run your Meltano project inside Dagster." authors = ["Jules Huisman"] license = "Apache 2.0"