Skip to content

Commit

Permalink
Merge pull request #242 from baum/v0.0.4
Browse files Browse the repository at this point in the history
Prep v0.0.4 release
  • Loading branch information
baum authored Sep 26, 2023
2 parents 94c1fa4 + c0c3f55 commit 666cd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Globals
VERSION="0.0.3"
VERSION="0.0.4"
CEPH_VERSION="17.2.6"
SPDK_VERSION="23.01.1"
CONTAINER_REGISTRY="quay.io/ceph"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "ceph-nvmeof"
version = "0.0.3"
version = "0.0.4"
description = "Service to provide Ceph storage over NVMe-oF protocol"
readme = "README.md"
requires-python = "~=3.9"
Expand Down

0 comments on commit 666cd04

Please sign in to comment.