From ed36c6328ef3809357938d6a45314037fa138b4a Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Sat, 8 Apr 2023 14:38:37 -0400 Subject: [PATCH] :bookmark: Releasing version 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08a46ba..ef4b939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mastodon-to-sqlite" -version = "0.1.1" +version = "0.2.0" description = "Save data from Mastodon to a SQLite database" authors = ["Myles Braithwaite "] license = "Apache-2.0"