diff --git a/docs/installation.md b/docs/installation.md index a391389..ad2c2fa 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.5 + pipx install git+https://git.pleroma.social/pleroma/relay@0.3.0 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.5 + python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.3.0 or a cloned git repo. diff --git a/relay/__init__.py b/relay/__init__.py index 44b1806..0404d81 100644 --- a/relay/__init__.py +++ b/relay/__init__.py @@ -1 +1 @@ -__version__ = '0.2.6' +__version__ = '0.3.0'