From 9c3cf2a85ca209fd575358a63e66ddd6d2873c96 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Fri, 8 Dec 2023 14:12:44 +0100 Subject: [PATCH] :bookmark: V0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51092e9..a12133a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intergalactic-news" -version = "0.2.1" +version = "0.2.2" description = "Get the latest news from intergalactic space 🪐" license = "BSD-3-Clause" authors = ["Simon Alibert "]