From 25fe73ebfc28a0555e5bf6c1e1f94dc9f185a695 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Fri, 6 Dec 2019 16:00:39 +0000 Subject: [PATCH] Bump version for new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 819f873..020e750 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'url': 'https://github.com/moggers87/lmtpd', 'download_url': 'http://pypi.python.org/pypi/lmtpd', 'author_email': 'moggers87+git@moggers87.co.uk', - 'version': '6.0.0', + 'version': '6.1.0', 'license': 'MIT', # apparently nothing searches classifiers :( 'packages': ['lmtpd'], 'data_files': [('share/lmtpd', ['LICENSE', 'PY-LIC'])],