summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-20 17:06:25 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-20 17:06:25 +0300
commit80bdcf804863e8d5a65dca60f2a410db650aea43 (patch)
treec5c173663789d2f01e92b2a41b0713aa5e2fa8c7
parent2f49a59b0ff9a2584b6d4acedc3143ee439e615a (diff)
Update version
-rw-r--r--pyproject.toml2
-rw-r--r--robusta_krr/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 44b6490..4e1b109 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robusta-krr"
-version = "0.1.0"
+version = "1.0.0"
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 2564844..3417aa1 100644
--- a/robusta_krr/__init__.py
+++ b/robusta_krr/__init__.py
@@ -1,4 +1,4 @@
from .main import run
-__version__ = "0.1.0"
+__version__ = "1.0.0"
__all__ = ["run", "__version__"]