From 0780cbd147c19750583abceb2b784606e8646270 Mon Sep 17 00:00:00 2001 From: Youngbin Han Date: Sun, 20 Oct 2024 06:15:31 +0000 Subject: [PATCH] Bump 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a4f2c4..6caf7ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "indico-plugin-payment-opencollective" -version = "0.1.0" +version = "0.1.1" description = "Indico payment plugin for processing payment with Open Collective" license = {text = "MIT License"} authors = [{ name = 'Youngbin Han', email = 'ybhan@ubuntu.com' }]