We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03807a commit 39ae4eaCopy full SHA for 39ae4ea
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "increase"
3
-version = "0.4.0"
+version = "0.5.0"
4
description = "Client library for the increase API"
5
readme = "README.md"
6
authors = ["Increase <dev-feedback@increase.com>"]
src/increase/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.
__title__ = "increase"
-__version__ = "0.4.0"
+__version__ = "0.5.0"
0 commit comments