From 960915f65c397a15c3ec836ace566bf70ea80579 Mon Sep 17 00:00:00 2001 From: Nikola Date: Mon, 6 Jan 2025 22:26:09 +0100 Subject: [PATCH] Bumped version to 0.7.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d89021..615509f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plainews" -version = "0.6.0" +version = "0.7.0" description = "Distraction and clutter free reading" authors = ["Nikola "] readme = "README.md" @@ -43,7 +43,7 @@ Issues = "https://github.com/nsobadzhiev/plainews/issues" [project] name = "plainews" -version = "0.5.0" +version = "0.7.0" authors = [ { name="Nikola Sobadjiev", email="nikola@kumulintelligence.com" }, ]