From 1524827ae7430d5dec1795313fe0a6c76702f460 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 6 Nov 2018 18:24:12 -0800 Subject: [PATCH] v5.1.0 --- pur/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pur/__about__.py b/pur/__about__.py index 00deae5..286bb01 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__ = ('5', '0', '0') +__version_info__ = ('5', '1', '0') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan.hamlett@gmail.com'