From c3e34e9ca5b79155518d0e1df15ca910e0f5dcbb Mon Sep 17 00:00:00 2001 From: cobertos Date: Tue, 27 Oct 2020 05:22:49 -0400 Subject: [PATCH] chore(version): Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f15599..64ab831 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='md2notion', - version='2.1.1', + version='2.2.1', description='Utilities for importing Markdown files to Notion.so', long_description=open('README.md', 'r').read(), long_description_content_type="text/markdown",