diff --git a/pyproject.toml b/pyproject.toml index 03b6f53..a0b655f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenkan" -version = "0.1.4" +version = "0.1.5" description = "RSS/atom feed converter from html to gemini" authors = ["Quentin Ferrand "] readme = 'README.md' diff --git a/setup.py b/setup.py index fbab4eb..c90a8c5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if os.path.exists(readme_path): setup( long_description=readme, name='tenkan', - version='0.1.4', + version='0.1.5', description='RSS/atom feed converter from html to gemini', python_requires='==3.*,>=3.8.0', project_urls={'repository': 'https://git.fqserv.eu/takaoni/tenkan'},