From 79a0d296136f5966a29d3a2af198339143a73d0f Mon Sep 17 00:00:00 2001 From: Cobertos / Peter Date: Sun, 12 Jan 2020 01:36:38 -0500 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 380674f..5e6f8f4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='md2notion', - version='1.0.1', + version='1.1.0', description='Utilities for importing Markdown files to Notion.so', long_description=open('README.md', 'r').read(), long_description_content_type="text/markdown",