diff options
| author | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-06-27 13:21:22 +0300 |
|---|---|---|
| committer | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-06-27 13:21:22 +0300 |
| commit | 1388bfbc9c1c273618ad0a8015eca2d7e59bc577 (patch) | |
| tree | 226f9324e8660cf66476f57ca565b7121d1215a5 | |
| parent | 9d1617e083aad93bac4c82c45f80339def6b831c (diff) | |
Update display version to 1.3.0-dev
| -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 2f27d7c..af10fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "robusta-krr" -version = "1.1.1" +version = "1.3.0-dev" description = "Robusta's Resource Recommendation engine for Kubernetes" authors = ["Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>"] license = "MIT" diff --git a/robusta_krr/__init__.py b/robusta_krr/__init__.py index cc72604..70a9032 100644 --- a/robusta_krr/__init__.py +++ b/robusta_krr/__init__.py @@ -1,4 +1,4 @@ from .main import run -__version__ = "1.1.1" +__version__ = "1.3.0-dev" __all__ = ["run", "__version__"] |
