From 4d5a16b9e464fdd1d9b338fb759c3f4327420735 Mon Sep 17 00:00:00 2001 From: Damian Flynn Date: Thu, 1 Dec 2022 00:16:16 +0000 Subject: [PATCH] ver bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9725f6b..8f84a35 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # This call to setup() does all the work setup( name="obsidian-parser", - version="0.1.0", + version="0.2.0", description="Demo library", long_description=long_description, long_description_content_type="text/markdown",