bump version to v0.7 v0.7
authorChristoph Hellwig <hch@lst.de>
Sun, 28 Apr 2019 12:47:14 +0000 (14:47 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 28 Apr 2019 12:47:14 +0000 (14:47 +0200)
setup.py

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