From e5db2c4d32e8af7fd457299099d63b42fea0a480 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Tue, 12 May 2020 21:08:34 -0700 Subject: [PATCH] bump version to update documentation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bcfd6a2..37700d6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with io.open('README.md', encoding='utf-8') as fo: setup( name='full-todotxt', - version="0.1.0", + version="0.1.1", url='https://github.com/seanbreckenridge/full_todotxt', author='Sean Breckenridge', author_email='seanbrecke@gmail.com', -- GitLab