version 0.2.4

This commit is contained in:
Izalia Mae 2022-12-08 04:17:17 -05:00
parent 0e45763eff
commit 17f3e6be55
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ the [official pipx docs](https://pypa.github.io/pipx/installation/) for more in-
Now simply install ActivityRelay directly from git
pipx install git+https://git.pleroma.social/pleroma/relay@0.2.3
pipx install git+https://git.pleroma.social/pleroma/relay@0.2.4
Or from a cloned git repo.
@ -39,7 +39,7 @@ be installed via [pyenv](https://github.com/pyenv/pyenv).
The instructions for installation via pip are very similar to pipx. Installation can be done from
git
python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.3
python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.4
or a cloned git repo.

View file

@ -1,3 +1,3 @@
__version__ = '0.2.3'
__version__ = '0.2.4'
from . import logger

View file

@ -1,6 +1,6 @@
[metadata]
name = relay
version = 0.2.3
version = 0.2.4
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