diff --git a/setup.py b/setup.py index 078020f754c0357817b00357032eb7e9096562dd..fdd6ceaf0ce060a373dd20a1bcfd85b7e95843c9 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',