From 5078207f0294ebeec5fc6e963eefa2de7d2ce3da Mon Sep 17 00:00:00 2001 From: Christoph Hellwig <hch@lst.de> Date: Fri, 21 Apr 2017 08:31:31 +0200 Subject: [PATCH] bump version to v0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c03a78d..4a6be3a 100755 --- 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', -- GitLab