From 0a3c41c2567a3d392771710e1233d7db41f88f7c Mon Sep 17 00:00:00 2001 From: Bharat Chauhan Date: Tue, 21 Feb 2023 01:37:57 +0530 Subject: [PATCH] Bump version to 5.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83b803a..8298870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "async-stripe" -version = "5.1.1" +version = "5.2.0" description = "An asynchronous wrapper around Stripe's official python library." authors = [ "Bharat Chauhan ",