From 3dc9de4311abaec2802f114560da492d4b31545c Mon Sep 17 00:00:00 2001 From: Alexander Kozlov Date: Wed, 14 Aug 2024 11:40:37 +0000 Subject: [PATCH] WIPg --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99f8b4e1..ef422de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datapipe-core" -version = "0.14.0-alpha.2" +version = "0.14.0" description = "`datapipe` is a realtime incremental ETL library for Python application" readme = "README.md" repository = "https://github.com/epoch8/datapipe"