From 2f563f533b3571c80f7a09c6fbb453398658f723 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 22 Feb 2018 21:23:19 +0100 Subject: [PATCH] bump to 1.0.2 to placate pypi I mistakenly uploaded the dist tarball to pypi without the PGP signature. So I deleted the release, thinking I could reupload it. It is not possible: https://github.com/pypa/packaging-problems/issues/74 So this is really just a bump so I can reupload to pypi. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 731711ff..b9df7229 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ else: readme = '' setup(name='fdroidserver', - version='1.0.1', + version='1.0.2', description='F-Droid Server Tools', long_description=readme, author='The F-Droid Project', -- 2.30.2