From 46758145d149ba8d2fe5cf0e5b1ea12270c5e557 Mon Sep 17 00:00:00 2001 From: Ian Baldwin Date: Mon, 14 Jun 2021 20:29:22 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8597a4..ab45157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyenvclasses" -version = "0.1.1" +version = "0.1.2" description = "Wrapper for python dataclasses to read from the environment" authors = ["Ian Baldwin "] license = "MIT"