summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--robusta_krr/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index af10fe7..8d269fb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robusta-krr"
-version = "1.3.0-dev"
+version = "1.3.2-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 70a9032..b3d9e1b 100644
--- a/robusta_krr/__init__.py
+++ b/robusta_krr/__init__.py
@@ -1,4 +1,4 @@
from .main import run
-__version__ = "1.3.0-dev"
+__version__ = "1.3.2-dev"
__all__ = ["run", "__version__"]