From d323d5a3091af490502c5d025ec7361a3a2cfbd9 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 3 Nov 2023 14:48:18 +0100 Subject: [PATCH] bump version to v0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1956d95..2b202e8 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name = 'nvmetcli', - version = 0.7, + version = 0.8, description = 'NVMe target configuration tool', license = 'Apache 2.0', maintainer = 'Christoph Hellwig', -- 2.49.0