From: Christoph Hellwig Date: Fri, 3 Nov 2023 13:48:18 +0000 (+0100) Subject: bump version to v0.8 X-Git-Tag: v0.8^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=users%2Fhch%2Fnvmetcli.git bump version to v0.8 --- diff --git a/setup.py b/setup.py index 1956d95..2b202e8 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name = 'nvmetcli', - version = 0.7, + version = 0.8, description = 'NVMe target configuration tool', license = 'Apache 2.0', maintainer = 'Christoph Hellwig',