Skip to content

Commit 1e7f0aa

Browse files
committed
Update dev version
1 parent a005d7e commit 1e7f0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robusta-krr"
3-
version = "1.7.0-dev"
3+
version = "1.8.2-dev"
44
description = "Robusta's Resource Recommendation engine for Kubernetes"
55
authors = ["Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>"]
66
license = "MIT"

robusta_krr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import run
22

3-
__version__ = "1.7.0-dev"
3+
__version__ = "1.8.2-dev"
44
__all__ = ["run", "__version__"]

0 commit comments

Comments
 (0)