Skip to content

Commit e4035b5

Browse files
committed
Bump version to 0.3.1
1 parent 364df6c commit e4035b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlcli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Machine Learning and Deep Learning models with both CLI and interactive TUI interfaces.
66
"""
77

8-
__version__ = "0.3.0"
8+
__version__ = "0.3.1"
99
__author__ = "Devarshi Lalani"
1010
__licence__ = "MIT"
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mlcli-toolkit"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A production-ready CLI toolkit for training, evaluating, and tracking Machine Learning and Deep Learning models with experiment tracking, hyperparameter tuning, model explainability, and an interactive TUI"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)