From ed535edbf5596ad62794343f508a68a0e9e55c7b Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Thu, 5 May 2022 12:36:42 -0400 Subject: [PATCH] Bump version to 0.1.2 --- lithic/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lithic/__init__.py b/lithic/__init__.py index 69aa419f..d10884f2 100644 --- a/lithic/__init__.py +++ b/lithic/__init__.py @@ -1,7 +1,7 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "lithic" -__version__ = "0.1.1" +__version__ = "0.1.2" import os from typing import Optional, Union diff --git a/pyproject.toml b/pyproject.toml index 134f3bea..e3ea138f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lithic" -version = "0.1.1" +version = "0.1.2" description = "Client library for the lithic API" readme = "README.md" authors = ["Lithic "]