diff --git a/CHANGES.md b/CHANGES.md index edb0c9f..4774652 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Version 0.0.3 (in development) +## Version 0.0.3 * **Bug fix** - `ExternalPythonOperator` does not need Airflow in external environment now. diff --git a/pyproject.toml b/pyproject.toml index 100b002..67d417b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "gaiaflow" requires-python = ">= 3.11" -version = "0.0.3.dev0" +version = "0.0.3" description = "Local-first MLOps infrastructure python tool that simplifies the process of building, testing, and deploying ML workflows." authors = [{name = "Yogesh Kumar Baljeet Singh", email = "yogesh.baljeetsingh@brockmann-consult.de"}] dependencies = [