From 608cc169cb0665a3d20fe51c686e0f1ee97bd90b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 04:31:38 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d9e3712 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2023-07-21) + + +### Features + +* created initial version of mlflowops ([da4f123](https://github.com/Broomva/mlflowops/commit/da4f123d55bc4c21c63d50ed3da9260d98950056)) diff --git a/pyproject.toml b/pyproject.toml index bdc9d16..b901106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlflowops" -version = "0.1.1" +version = "0.1.0" description = "MLOps utils with MLFlow" authors = ["Carlos D. Escobar-Valbuena "] license = "MIT" diff --git a/version.py b/version.py index d31c31e..3dc1f76 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.1.0"