From 37ecaea5b8c08a04f7ddc9cee388a126914d8f70 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 4 Sep 2023 13:55:30 +0200 Subject: [PATCH] v7.3.1 --- pur/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pur/__about__.py b/pur/__about__.py index 6bd19ff..0502db3 100644 --- a/pur/__about__.py +++ b/pur/__about__.py @@ -1,7 +1,7 @@ __title__ = 'pur' __description__ = 'Update packages in a requirements.txt file to latest versions.' __url__ = 'https://github.com/alanhamlett/pip-update-requirements' -__version_info__ = ('7', '3', '0') +__version_info__ = ('7', '3', '1') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan.hamlett@gmail.com'