mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
set development version
https://www.python.org/dev/peps/pep-0440/#developmental-releases
This commit is contained in:
parent
d5a3182ce9
commit
598c87c78f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setup(name='fdroidserver',
|
setup(name='fdroidserver',
|
||||||
version='2.0.1a0',
|
version='2.1a0.dev0',
|
||||||
description='F-Droid Server Tools',
|
description='F-Droid Server Tools',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue