diff --git a/cleantoots/__init__.py b/cleantoots/__init__.py index 334b899..a8d4557 100644 --- a/cleantoots/__init__.py +++ b/cleantoots/__init__.py @@ -1 +1 @@ -__version__ = "0.3.4" +__version__ = "0.3.5" diff --git a/pyproject.toml b/pyproject.toml index a987640..97a5efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleantoots" -version = "0.3.4" +version = "0.3.5" description = "Cleanup your toot history." license = "GPL-3.0-or-later" authors = ["Gabriel Augendre "]