From: Hans-Christoph Steiner Date: Thu, 22 Feb 2018 20:23:19 +0000 (+0100) Subject: bump to 1.0.2 to placate pypi X-Git-Tag: 1.0.2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=refs%2Ftags%2F1.0.2;p=fdroidserver.git 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. --- 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',