From e8ae940cb6130ed7cde860096c2a0a6e8f6d7da1 Mon Sep 17 00:00:00 2001 From: Patrick Elmer Date: Tue, 30 Aug 2022 17:07:07 +0900 Subject: [PATCH] v0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cd23f3..863664e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as f: setup( name='pargv', - version='0.1.0', + version='0.1.1', 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",