From 37b23abe2e00b8eedd7f81e859711804991ea0c7 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Mon, 14 Feb 2022 13:19:15 +0100 Subject: [PATCH] Bumped version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 047b770..8086d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cure" -version = "0.3.0" +version = "0.4.0" 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"