From a7f386b1b1fcce72e7ef5fc0ba2c5e750cb1bf22 Mon Sep 17 00:00:00 2001 From: mfarragher <33595938+mfarragher@users.noreply.github.com> Date: Sat, 24 Dec 2022 16:10:52 +0000 Subject: [PATCH] v0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ade98b1..3ffd601 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setuptools.setup( name="obsidiantools", - version="0.9.0a", + version="0.9.0", author="Mark Farragher", description="Obsidian Tools - a Python interface for Obsidian.md vaults", long_description=LONG_DESCRIPTION,