From 166da52d3834cbf1b5ccff94d93bce980d99bdaf Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 26 Jul 2022 16:20:47 +0000 Subject: [PATCH] Bump to v0.3.0 --- lithic/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lithic/_version.py b/lithic/_version.py index acc92a0b..174fae8d 100644 --- a/lithic/_version.py +++ b/lithic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "lithic" -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index f084b92d..d20ecb23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lithic" -version = "0.2.0" +version = "0.3.0" description = "Client library for the lithic API" readme = "README.md" authors = ["Lithic "]