From 29987ffa85e1dcdd107e506def681e44dc12dad2 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Thu, 7 Dec 2023 00:43:15 +0100 Subject: [PATCH] :bookmark: Version 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61dfcc3..c2eeda5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intergalactic-news" -version = "0.1.4" +version = "0.2.0" description = "Get the latest news from intergalactic space 🪐" license = "BSD-3-Clause" authors = ["Simon Alibert "]