Skip to content

Commit

Permalink
Bump version to 2.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Nov 24, 2021
1 parent 3cbc70b commit a4993a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "async-stripe"
version = "2.62.0"
version = "2.63.0"
description = "An asynchronous wrapper around Stripe's official python library."
authors = [
"Bharat Chauhan <[email protected]>",
Expand All @@ -20,7 +20,7 @@ keywords = ["stripe", "async", "asynchronous", "wrapper"]

[tool.poetry.dependencies]
python = "^3.6"
stripe = "2.62.0"
stripe = "2.63.0"
tornado = ">=5.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a4993a6

Please sign in to comment.