Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 6, 2022
1 parent 9ca0e3f commit e174550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pur/__about__.py
Original file line number Diff line number Diff line change
@@ -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__ = ('6', '0', '1')
__version_info__ = ('6', '1', '0')
__version__ = '.'.join(__version_info__)
__author__ = 'Alan Hamlett'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit e174550

Please sign in to comment.