bump version to allow pypi ?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Quentin Ferrand 2022-04-24 22:00:57 +02:00
parent af19955ebf
commit b92b149998

View file

@ -25,7 +25,7 @@ if os.path.exists(readme_path):
setup( setup(
long_description=readme, long_description=readme,
name='tenkan', name='tenkan',
version='0.1.2', version='0.1.3',
description='RSS/atom feed converter from html to gemini', description='RSS/atom feed converter from html to gemini',
python_requires='==3.*,>=3.8.0', python_requires='==3.*,>=3.8.0',
project_urls={'repository': 'https://git.fqserv.eu/takaoni/tenkan'}, project_urls={'repository': 'https://git.fqserv.eu/takaoni/tenkan'},