1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

release v2.0a2

This commit is contained in:
Hans-Christoph Steiner 2020-11-27 11:00:08 +01:00
parent 4b9297dfa6
commit 126b85972d
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -53,7 +53,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='fdroidserver',
version='2.0a1',
version='2.0a2',
description='F-Droid Server Tools',
long_description=long_description,
long_description_content_type='text/markdown',