bump version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Quentin Ferrand 2022-04-24 22:19:41 +02:00
parent 4bf102fc9f
commit 171aa0e615
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "tenkan" name = "tenkan"
version = "0.1.4" version = "0.1.5"
description = "RSS/atom feed converter from html to gemini" description = "RSS/atom feed converter from html to gemini"
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"] authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
readme = 'README.md' readme = 'README.md'

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.4', version='0.1.5',
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'},