diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-27 17:22:07 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-27 17:22:07 +0300 |
| commit | 7ef5fb4dceb7cd9ca9b8bdeb5c92e9b4a87c0280 (patch) | |
| tree | 9268423a36e09955f88d8115a1470f9d4abdbfe6 | |
| parent | 945262ba65c23c4e9919e9d2e5ebfa5666b54286 (diff) | |
| parent | a38000258619a1e7dedf647c117482d3a9c679a1 (diff) | |
Merge branch 'ci-cd-pipelines' of https://github.com/robusta-dev/krr into ci-cd-pipelines
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | robusta_krr/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index fe9317c..d6db5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/robusta_krr/__init__.py b/robusta_krr/__init__.py index 3417aa1..cc72604 100644 --- a/robusta_krr/__init__.py +++ b/robusta_krr/__init__.py @@ -1,4 +1,4 @@ from .main import run -__version__ = "1.0.0" +__version__ = "1.1.1" __all__ = ["run", "__version__"] |
