version bump
This commit is contained in:
parent
d005ff8f48
commit
4847c2bbc0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = '0.2.0'
|
||||
__version__ = '0.2.1'
|
||||
|
||||
from aiohttp.web import Application
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue