From 71ec38d21561d96a6742bcde05f750cfc96b2e92 Mon Sep 17 00:00:00 2001 From: Sean Stewart Date: Mon, 10 Aug 2020 08:20:57 -0400 Subject: [PATCH] v2.0.29 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b730d44..eac40f45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "typical" packages = [{include = "typic"}] -version = "2.0.28" +version = "2.0.29" description = "Typical: Python's Typing Toolkit." authors = ["Sean Stewart "] license = "MIT"