mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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.
This commit is contained in:
parent
06fb855a27
commit
2f563f533b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,7 @@ else:
|
||||||
readme = ''
|
readme = ''
|
||||||
|
|
||||||
setup(name='fdroidserver',
|
setup(name='fdroidserver',
|
||||||
version='1.0.1',
|
version='1.0.2',
|
||||||
description='F-Droid Server Tools',
|
description='F-Droid Server Tools',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
author='The F-Droid Project',
|
author='The F-Droid Project',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue