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"