]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
bump version to v0.3 v0.3
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Feb 2017 14:58:54 +0000 (15:58 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 17 Feb 2017 14:58:54 +0000 (15:58 +0100)
setup.py

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