diff options
| author | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-20 18:48:04 +0300 |
|---|---|---|
| committer | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-20 18:48:04 +0300 |
| commit | f3e8928a78fa243cf977432c47569c636877bd22 (patch) | |
| tree | dec6566f3a9a1600ab2ec7652d8f1c7d715754a2 | |
| parent | 8c29fb77e68d86362bd29becdbdc5b1d7c01137e (diff) | |
Update version to 1.4.1-dev
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | robusta_krr/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index d64551e..7c28803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "robusta-krr" -version = "1.3.2-dev" +version = "1.4.1-dev" description = "Robusta's Resource Recommendation engine for Kubernetes" authors = ["Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>"] license = "MIT" diff --git a/robusta_krr/__init__.py b/robusta_krr/__init__.py index b3d9e1b..24a4deb 100644 --- a/robusta_krr/__init__.py +++ b/robusta_krr/__init__.py @@ -1,4 +1,4 @@ from .main import run -__version__ = "1.3.2-dev" +__version__ = "1.4.1-dev" __all__ = ["run", "__version__"] |
