From: Christoph Hellwig Date: Fri, 17 Feb 2017 14:58:54 +0000 (+0100) Subject: bump version to v0.3 X-Git-Tag: v0.3^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ec76995c4dc711218cfde20da423365baad9d97b;p=users%2Fhch%2Fnvmetcli.git bump version to v0.3 --- diff --git a/setup.py b/setup.py index 078020f..fdd6cea 100755 --- 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',