diff --git a/pyproject.toml b/pyproject.toml index b393fe6..ab0c37d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenkan" -version = "0.1.3" +version = "0.2.0" description = "RSS/atom feed converter from html to gemini" authors = ["Quentin Ferrand "] readme = 'README.md' diff --git a/setup.py b/setup.py index 20fc3de..13a36e9 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ here = os.path.abspath(os.path.dirname(__file__)) setup( name='tenkan', - version='0.1.3', + version='0.2.0', long_description=open('README.md').read(), description='RSS/atom feed converter from html to gemini', long_description_content_type='text/markdown',