From a0b67d864e0cea7e5257b8453779c2686f321181 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Dec 2019 21:11:30 +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 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 "]