Skip to content

Commit 39ae4ea

Browse files
committed
v0.5.0
1 parent f03807a commit 39ae4ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "increase"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Client library for the increase API"
55
readme = "README.md"
66
authors = ["Increase <dev-feedback@increase.com>"]

src/increase/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "increase"
4-
__version__ = "0.4.0"
4+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)