From 7f558c9813d734f89a5a3e8e253808a401ac23de Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Thu, 22 Dec 2022 11:54:45 +0100 Subject: [PATCH] bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2af9af0..86dd5d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkedid-python-client" -version = "0.1.1" +version = "0.1.2" description = "CheckedID Python API client" authors = ["Jelmer Draaijer "] license = "MIT"