]> git.infradead.org Git - users/hch/nvmetcli.git/commitdiff
bump version to v0.8 master v0.8
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Nov 2023 13:48:18 +0000 (14:48 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 3 Nov 2023 13:48:18 +0000 (14:48 +0100)
setup.py

index 1956d95f37f929fec8f3cee32ec096460d169f9d..2b202e8c43b78b1f956b7077d6a725161645e4ab 100755 (executable)
--- 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',