From cb5bfcd74cbc4a9c4f19f1282b9f9e1d947f7489 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 3 Jan 2020 09:19:55 +0100 Subject: [PATCH] Bump version --- cleantoots/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]