]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
bump version to v0.6 v0.6
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Jan 2018 18:45:05 +0000 (19:45 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 22 Jan 2018 18:45:05 +0000 (19:45 +0100)
setup.py

index 229c22c1188dc98d0f71491112a47397551900e2..48fdea3fe5c3e4f385a03194a1d2374407e347f6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
 
 setup(
     name = 'nvmetcli',
-    version = 0.5,
+    version = 0.6,
     description = 'NVMe target configuration tool',
     license = 'Apache 2.0',
     maintainer = 'Christoph Hellwig',