diff --git a/.env b/.env index 40af1f8e..ec9fe09b 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="1.0.0" +VERSION="1.1.0" CEPH_VERSION="18.2.2" SPDK_VERSION="23.01.1" CONTAINER_REGISTRY="quay.io/ceph" diff --git a/control/cli.py b/control/cli.py index 09c8c14b..2e6837db 100644 --- a/control/cli.py +++ b/control/cli.py @@ -26,7 +26,7 @@ from .utils import GatewayUtils from .utils import GatewayEnumUtils -BASE_GATEWAY_VERSION="1.0.0" +BASE_GATEWAY_VERSION="1.1.0" def errprint(msg): print(msg, file = sys.stderr) diff --git a/pyproject.toml b/pyproject.toml index 8d558295..c8550ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "1.0.0" +version = "1.1.0" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"