From b0ca82327f1951dfc84b952fe6d28756c04e7006 Mon Sep 17 00:00:00 2001 From: Karl Bonde Torp Date: Thu, 10 Nov 2022 17:44:26 +0100 Subject: [PATCH] version-bump: v0.1.4 This also corrects the url Signed-off-by: Karl Bonde Torp --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7b8a378..138e034 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,13 @@ setup( name="nvme-lint", - version="0.1.3", + version="0.1.4", author="Karl Bonde Torp", author_email="k.torp@samsung.com", description="Validate content of NVMe specification", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/OpenMPDK/nvme-lint", + url="https://github.com/linux-nvme/nvme-lint", classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License",