From d04be54d1bb6612069a776673aac6d6a786a5581 Mon Sep 17 00:00:00 2001 From: ochedru Date: Fri, 22 Sep 2023 14:23:53 +0000 Subject: [PATCH] Bump version to 0.9.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21efcfa..362cca1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.9.1', + version='0.9.2', description='Check python packages from requirement.txt and report issues', long_description=long_description,