From 7c1cadcb861c7a91ff59f28edbecb133b31800a3 Mon Sep 17 00:00:00 2001 From: Bharat Chauhan Date: Tue, 21 Feb 2023 01:05:04 +0530 Subject: [PATCH] Bump version to 5.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48d6934..1fe86bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "async-stripe" -version = "5.0.0" +version = "5.1.0" description = "An asynchronous wrapper around Stripe's official python library." authors = [ "Bharat Chauhan ",