From 13acb56367fc138820e700828cfa609ec8ceb245 Mon Sep 17 00:00:00 2001 From: Stefan Verbruggen <27513235+sverbruggen@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:33:16 +0200 Subject: [PATCH] chore: Bump versions to 0.1.2 (#7) Co-authored-by: Stefan Verbruggen --- libraries/dagster-delta-polars/pyproject.toml | 2 +- libraries/dagster-delta/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/dagster-delta-polars/pyproject.toml b/libraries/dagster-delta-polars/pyproject.toml index 22037e3..cd89919 100644 --- a/libraries/dagster-delta-polars/pyproject.toml +++ b/libraries/dagster-delta-polars/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dagster-delta-polars" -version = "0.1.1" +version = "0.1.2" description = "Polars deltalake IO Managers for Dagster with optional LakeFS support" readme = "README.md" requires-python = ">=3.9" diff --git a/libraries/dagster-delta/pyproject.toml b/libraries/dagster-delta/pyproject.toml index d1e57c3..85b7a63 100644 --- a/libraries/dagster-delta/pyproject.toml +++ b/libraries/dagster-delta/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dagster-delta" -version = "0.1.1" +version = "0.1.2" description = "base deltalake IO Managers for Dagster" readme = "README.md" requires-python = ">=3.9"