From 14cc23f8dcd4c104ceec4fa7a6c79f3dd3cf9115 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 3 Jan 2020 09:21:59 +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 a8d4557..d7b30e1 100644 --- a/cleantoots/__init__.py +++ b/cleantoots/__init__.py @@ -1 +1 @@ -__version__ = "0.3.5" +__version__ = "0.3.6" diff --git a/pyproject.toml b/pyproject.toml index 97a5efb..3fd9035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleantoots" -version = "0.3.5" +version = "0.3.6" description = "Cleanup your toot history." license = "GPL-3.0-or-later" authors = ["Gabriel Augendre "]