From b9eb67b32d5567a7888ff5f4ce9b4636d216910a Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Mon, 15 Jan 2024 23:47:23 -0500 Subject: [PATCH] version bump --- docs/installation.md | 4 ++-- relay/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 8363faa..a391389 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.4 + pipx install git+https://git.pleroma.social/pleroma/relay@0.2.5 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.4 + python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.5 or a cloned git repo. diff --git a/relay/__init__.py b/relay/__init__.py index a6587ae..13a85f7 100644 --- a/relay/__init__.py +++ b/relay/__init__.py @@ -1 +1 @@ -__version__ = '0.2.4' +__version__ = '0.2.5'