From: Christoph Hellwig Date: Sun, 28 Apr 2019 12:47:14 +0000 (+0200) Subject: bump version to v0.7 X-Git-Tag: v0.7^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0a6b088db2dc2e5de11e6f23f1e890e4b54fee64;p=users%2Fhch%2Fnvmetcli.git bump version to v0.7 --- diff --git a/setup.py b/setup.py index 48fdea3..1956d95 100755 --- 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',