From 712f91c25fc186bc19f55c92bed47473350996b8 Mon Sep 17 00:00:00 2001 From: Sean Stewart Date: Sat, 8 Aug 2020 14:16:47 -0400 Subject: [PATCH] v2.0.28 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7082d71..6b730d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "typical" packages = [{include = "typic"}] -version = "2.0.27" +version = "2.0.28" description = "Typical: Python's Typing Toolkit." authors = ["Sean Stewart "] license = "MIT"