diff --git a/relay/__init__.py b/relay/__init__.py index bd51b89..5afabae 100644 --- a/relay/__init__.py +++ b/relay/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' from aiohttp.web import Application diff --git a/setup.cfg b/setup.cfg index 592bf04..4009a43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = relay -version = 0.2.0 +version = 0.2.1 description = Generic LitePub relay (works with all LitePub consumers and Mastodon) long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8