From 8bcdd0c8d4b504eb3f3e7776116efa3e8a6a0208 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 15 Nov 2023 09:15:13 +0000 Subject: [PATCH] :bookmark: v0.0.3 --- tinboard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinboard/__init__.py b/tinboard/__init__.py index 80d1bc5..962fc81 100644 --- a/tinboard/__init__.py +++ b/tinboard/__init__.py @@ -7,7 +7,7 @@ __credits__ = ["Dave Pearson"] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.0.2" +__version__ = "0.0.3" __licence__ = "GPLv3+" ##############################################################################