From 8cf1b2a041c810b73cc77bb68a1587a3e2b5cc1a Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Tue, 26 Oct 2021 13:48:05 -0700 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9736348..1b06dca7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="dcargs", - version="0.0.5", + version="0.0.6", description="Portable, reusable, strongly typed CLIs from dataclass definitions", long_description=long_description, long_description_content_type="text/markdown",