From 0045db816397a5608bf604668fc101fb65b83bb6 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 7 Jan 2023 10:27:17 +0000 Subject: [PATCH] :bookmark: v0.3.0 --- pispy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pispy/__init__.py b/pispy/__init__.py index d4708b0..dae2d2d 100644 --- a/pispy/__init__.py +++ b/pispy/__init__.py @@ -3,11 +3,11 @@ ###################################################################### # Main app information. __author__ = "Dave Pearson" -__copyright__ = "Copyright 2022, Dave Pearson" +__copyright__ = "Copyright 2022-2023, Dave Pearson" __credits__ = [ "Dave Pearson" ] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.2.0" +__version__ = "0.3.0" __licence__ = "GPLv3+" ### __init__.py ends here