]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
bump version to v0.5 v0.5
authorChristoph Hellwig <hch@lst.de>
Thu, 10 Aug 2017 12:46:02 +0000 (14:46 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 10 Aug 2017 12:46:02 +0000 (14:46 +0200)
setup.py

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