From 8e3ad1c7014d3ad76bda4e22b1ac441357fa4996 Mon Sep 17 00:00:00 2001 From: Sune Debel Date: Wed, 12 May 2021 21:12:37 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe6d54f..93f709e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfun" -version = "0.12.0" +version = "0.12.1" description = "" authors = ["Sune Debel "] readme = "README.md"