Skip to content

Commit

Permalink
Update dev version to 1.7.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Feb 21, 2024
1 parent 9213214 commit 72789f8
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.6.0-dev"
version = "1.7.0-dev"
description = "Robusta's Resource Recommendation engine for Kubernetes"
authors = ["Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>"]
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.6.0-dev"
__version__ = "1.7.0-dev"
__all__ = ["run", "__version__"]

0 comments on commit 72789f8

Please sign in to comment.