Skip to content

Commit

Permalink
Update dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Apr 2, 2024
1 parent a005d7e commit 1e7f0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robusta-krr"
version = "1.7.0-dev"
version = "1.8.2-dev"
description = "Robusta's Resource Recommendation engine for Kubernetes"
authors = ["Pavel Zhukov <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion robusta_krr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .main import run

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

0 comments on commit 1e7f0aa

Please sign in to comment.