We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a005d7e commit 1e7f0aaCopy full SHA for 1e7f0aa
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "robusta-krr"
3
-version = "1.7.0-dev"
+version = "1.8.2-dev"
4
description = "Robusta's Resource Recommendation engine for Kubernetes"
5
authors = ["Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>"]
6
license = "MIT"
robusta_krr/__init__.py
@@ -1,4 +1,4 @@
from .main import run
-__version__ = "1.7.0-dev"
+__version__ = "1.8.2-dev"
__all__ = ["run", "__version__"]
0 commit comments