From 80421bcaea2c2d2f88629eb81963be4953a4ed02 Mon Sep 17 00:00:00 2001 From: ochedru Date: Fri, 28 Apr 2023 14:38:46 +0000 Subject: [PATCH] Bump version to 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49768c6..3bdb1b8 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.8.3', + version='0.9.0', description='Check python packages from requirement.txt and report issues', long_description=long_description,