From 563b895e4209475baa2ec01f64cbd8fa15649dc1 Mon Sep 17 00:00:00 2001 From: Patrick Elmer Date: Wed, 31 Aug 2022 18:49:34 +0900 Subject: [PATCH] v0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 863664e..e20a304 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as f: setup( name='pargv', - version='0.1.1', + version='0.1.2', description='Parse command line arguments into a list of args and a dict of kwargs.', long_description=long_description, long_description_content_type="text/markdown",