Skip to content

Commit

Permalink
bump: version 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent dd283db commit a5e4827
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 @@
## 1.0.6 (2024-10-24)

### Fix

- **artschema.tags**: account for recursive extras when checking requirements of artschema

## 1.0.5 (2024-10-23)

### 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 = "1.0.5"
release = "1.0.6"

# -- 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 @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlOpus"
version = "1.0.5"
version = "1.0.6"
readme = "README.md"
license = { text = "Apache-2.0" }
description = "MLOps tools for research and development."
Expand Down Expand Up @@ -73,7 +73,7 @@ dev-dependencies = [
# === Commitizen ==================================================================================

[tool.commitizen]
version = "1.0.5"
version = "1.0.6"
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, lineage

VERSION = "1.0.5"
VERSION = "1.0.6"

__all__ = [
"mlflow",
Expand Down

0 comments on commit a5e4827

Please sign in to comment.