bump to version v1.1.6

This commit is contained in:
Hans-Christoph Steiner 2019-12-03 00:12:26 +01:00
parent f92eaf644f
commit dcb72a77ce
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 3 additions and 1 deletions

View File

@ -48,11 +48,13 @@ def get_data_files():
data_files.append((d, [f, ]))
return data_files
with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='fdroidserver',
version='1.1.5',
version='1.1.6',
description='F-Droid Server Tools',
long_description=long_description,
long_description_content_type='text/markdown',