From: Christoph Hellwig Date: Mon, 22 Jan 2018 18:45:05 +0000 (+0100) Subject: bump version to v0.6 X-Git-Tag: v0.6^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9d51ae651a1c39a83b0192fbbe1e400abf3a0409;p=users%2Fhch%2Fnvmetcli.git bump version to v0.6 --- diff --git a/setup.py b/setup.py index 229c22c..48fdea3 100755 --- 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',