From 142312ea572fc38ca73ad85dc0ede5f7fee4ca4d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 27 Oct 2020 16:57:08 +0000 Subject: [PATCH] Version 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0589f05..cc1c5df 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='tildejsongen', - version='0.1.0', + version='0.1.1', description='A sample Python project', long_description=long_description, long_description_content_type='text/markdown',