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