version bump to 0.3.0

This commit is contained in:
Izalia Mae 2024-02-23 20:58:36 -05:00
parent 6a891ccf89
commit ae490a9bf3
2 changed files with 3 additions and 3 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 Now simply install ActivityRelay directly from git
pipx install git+https://git.pleroma.social/pleroma/relay@0.2.5 pipx install git+https://git.pleroma.social/pleroma/relay@0.3.0
Or from a cloned git repo. 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 The instructions for installation via pip are very similar to pipx. Installation can be done from
git git
python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.5 python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.3.0
or a cloned git repo. or a cloned git repo.

View file

@ -1 +1 @@
__version__ = '0.2.6' __version__ = '0.3.0'