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

This commit is contained in:
Quentin Ferrand 2022-04-28 21:32:00 +02:00
parent ebfa41c2e6
commit 5ed1d0680a
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.3" version = "0.2.0"
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

@ -18,7 +18,7 @@ here = os.path.abspath(os.path.dirname(__file__))
setup( setup(
name='tenkan', name='tenkan',
version='0.1.3', version='0.2.0',
long_description=open('README.md').read(), long_description=open('README.md').read(),
description='RSS/atom feed converter from html to gemini', description='RSS/atom feed converter from html to gemini',
long_description_content_type='text/markdown', long_description_content_type='text/markdown',