Skip to content

Commit

Permalink
bump: version 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 7cbcc49 commit 0dcff28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0 (2024-08-29)

### Feat

- kedro hooks, datasets, config loader and session patch

## 0.2.1 (2024-08-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/api/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

project = "MLOpus"
author = "Lariel Fernandes"
release = "0.2.1"
release = "0.3.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[project]
name = "mlOpus"
version = "0.2.1"
version = "0.3.0"
readme = "README.md"
license = { text = "LGPL-3.0-or-later" }
description = "MLOps tools for research and development."
Expand Down Expand Up @@ -67,7 +67,7 @@ dev-dependencies = [
# === Commitizen ==================================================================================

[tool.commitizen]
version = "0.2.1"
version = "0.3.0"
tag_format = "$version"
version_scheme = "semver"
version_files = [
Expand Down
2 changes: 1 addition & 1 deletion src/mlopus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from mlopus import mlflow, artschema

VERSION = "0.2.1"
VERSION = "0.3.0"

__all__ = [
"mlflow",
Expand Down

0 comments on commit 0dcff28

Please sign in to comment.