From e5518100c87f642f0e34a3605efd89ceb05088da Mon Sep 17 00:00:00 2001 From: Thomas M Date: Thu, 18 Feb 2021 15:23:48 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6ac80b5..14eeccc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classes = ["MISSING"] [tool.poetry] name = "palkit" -version = "0.2.0.dev0" +version = "0.1.2" description = "Useful functions." authors = ["PAL "] license = "Apache License 2.0"