From afca09e04798a14fe12f4b2c4c0a30f941afaace Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Jun 2023 21:07:59 +0000 Subject: [PATCH] version incremented --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35b8639..d8427bc 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.0.1" +version = "v0.0.2" readme = "README.md" requires-python = ">=3.8,<3.11" license = { file="LICENSE" }