From 99474ea94b9a2d2ed436934d9af46a1c5a803183 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Sat, 4 Jan 2020 03:16:34 +0100 Subject: [PATCH] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b17a7a5..b31136b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cure" -version = "0.2.0" +version = "0.2.1" description = "Decorator for fixing naming conventions to keys of keyword arguments - adds trailing underscores to keys using bad naming such as reserved keywords or Python built-ins" authors = ["Carl Oscar Aaro "] homepage = "https://github.com/kalaspuff/cure"