From 37370427de71a5264987ead71897ea409f985c16 Mon Sep 17 00:00:00 2001 From: Ian Lin Date: Sun, 29 Sep 2019 16:00:46 +0800 Subject: [PATCH] bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7ad5c7..2fb49c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flatten-dict" -version = "0.2.0dev0" +version = "0.2.0" description = "A flexible utility for flattening and unflattening dict-like objects in Python." authors = ["Ian Lin "] license = "MIT"