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