From 419d2b54ea58496dee0c6ec405739829f1800567 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 5 Oct 2019 21:51:43 -0400 Subject: [PATCH] Set version in setup.py to 1.0.2~rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41a11a5..1418bc7 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ except ImportError: # If PyDNS is not installed, prefer dnspython setup( name='dkimpy-milter', - version='1.0.1', + version='1.0.2~rc1', author='Scott Kitterman', author_email='scott@kitterman.com', url='https://launchpad.net/dkimpy-milter',