From b413f1b108c49ac35d9f605df765c16398984630 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 24 Jun 2023 16:27:52 +0000 Subject: [PATCH] version incremented --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fc328d..b826b4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "A python library for interacting with Lemmy API" authors = [ {name = "db0", email = "mail@dbzer0.com"}, ] -version = "v0.8.2" +version = "v0.8.3" readme = "README.md" requires-python = ">=3.8,<3.11" license = { file="LICENSE" }