1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-30 14:40:09 +02:00

version 2.0b1

This commit is contained in:
Hans-Christoph Steiner 2021-01-16 21:56:57 +01:00
parent a8feeee1c5
commit a304ae95fa
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.0b0',
version='2.0b1',
description='F-Droid Server Tools',
long_description=long_description,
long_description_content_type='text/markdown',