From c1427b54cd371159d7b0456ca18a3fce6ddd2b51 Mon Sep 17 00:00:00 2001 From: Florian Strzelecki Date: Fri, 13 Oct 2023 21:43:27 +0200 Subject: [PATCH] meta: bump to version 0.3.0 --- README.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1f9eab2..ed8b163 100644 --- a/README.rst +++ b/README.rst @@ -5,14 +5,14 @@ sopel-remind Sopel plugin ``.in`` command:: [17:30] Exirel: .in 2h go to the grocery store - [17:30] Sopel: Exirel: I will remind you that at 19:30:00 + [17:30] Sopel: Exirel: I will remind you that at 2023-10-13 -19:30:00CEST (... 2h later ...) [19:30] Sopel: Exirel: go to the grocery store And ``.at`` command:: [17:30] Exirel: .at 19:30 go to the grocery store - [17:30] Sopel: Exirel: I will remind you that at 19:30:00 + [17:30] Sopel: Exirel: I will remind you that at 2023-10-13 -19:30:00CEST (... 2h later ...) [19:30] Sopel: Exirel: go to the grocery store diff --git a/pyproject.toml b/pyproject.toml index a5fc604..d7497c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = false [project] name = "sopel-remind" -version = "0.2.0" +version = "0.3.0" description = "Reminder plugin for Sopel" keywords = [ "sopel",