Skip to content

Commit

Permalink
Fix version literal inside the code
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed May 26, 2023
1 parent 0609ae5 commit a562d52
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.0.0"
version = "1.1.1"
description = "Robusta's Resource Recommendation engine for Kubernetes"
authors = ["Павел Жуков <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.0.0"
__version__ = "1.1.1"
__all__ = ["run", "__version__"]

0 comments on commit a562d52

Please sign in to comment.