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" }