From db229682b18706440db7754b36f1ccf7295f894f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Ignacio=20Torres?= Date: Wed, 25 Sep 2024 16:19:22 -0700 Subject: [PATCH] v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d349b0..b978e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "barkr" -version = "0.2.1" +version = "0.3.0" description = "Yet another cross-posting tool in Python" authors = ["Andrés Ignacio Torres "] readme = "README.md"