chiark / gitweb /
bump to 1.0.2 to placate pypi 1.0.2
authorHans-Christoph Steiner <hans@eds.org>
Thu, 22 Feb 2018 20:23:19 +0000 (21:23 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 22 Feb 2018 20:23:19 +0000 (21:23 +0100)
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

index 731711ffb66dd077aebe1e10258979e44345d13a..b9df7229c6e7e0fdd80710476929cd3ab48e2b68 100755 (executable)
--- 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',