From 3c8e6cc4b52fcf173fb00fa54748dfda1fd49f18 Mon Sep 17 00:00:00 2001 From: Ian Lin Date: Fri, 23 Jul 2021 00:51:57 +0800 Subject: [PATCH] Bump version to 0.4.1 (#45) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02ce4c0..9de0022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flatten-dict" -version = "0.4.0" +version = "0.4.1" description = "A flexible utility for flattening and unflattening dict-like objects in Python." authors = ["Ian Lin "] license = "MIT"