]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
bump version to v0.4 v0.4
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Apr 2017 06:31:31 +0000 (08:31 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 21 Apr 2017 06:31:31 +0000 (08:31 +0200)
setup.py

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