From c2ebe46a9fd370166a7fab9a23167d0846cd325d Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 7 Aug 2023 17:02:19 +0200 Subject: [PATCH] release: v0.0.2 Fixes: #172 Signed-off-by: Ernesto Puerta --- .env | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index d3632c92..b0f141b1 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="0.0.1" +VERSION="0.0.2" CEPH_VERSION="17.2.6" SPDK_VERSION="23.01" MAINTAINER="Ceph Developers " diff --git a/pyproject.toml b/pyproject.toml index e4291e36..3360b872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "0.0.1" +version = "0.0.2" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"