From 7468edf86258f485b86232fff0625fcac909b6d2 Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Mon, 18 Jul 2022 16:34:45 -0400 Subject: [PATCH] v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bde63f28..78ff5da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lithic" -version = "0.1.5" +version = "0.2.0" description = "Client library for the lithic API" readme = "README.md" authors = ["Lithic "]