From b6f311c42d08469d044d2de474c25427bee3bab2 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Fri, 12 Aug 2022 16:38:33 -0400 Subject: [PATCH] version bump --- relay/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/relay/__init__.py b/relay/__init__.py index 5afabae..9489f87 100644 --- a/relay/__init__.py +++ b/relay/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.1' +__version__ = '0.2.2' from aiohttp.web import Application diff --git a/setup.cfg b/setup.cfg index 4009a43..fb2ce75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = relay -version = 0.2.1 +version = 0.2.2 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