Add version

This commit is contained in:
2026-05-20 03:50:49 +00:00
parent 77525c2530
commit d9129d7331
+2
View File
@@ -2,6 +2,8 @@ from .colours import ColourValue, ColourContainer
from .uq_colours import UQ_COLOURS_DICT, UQ_COLOURS, add_colours_to_mpl
from .makegraph import makeGraph, pltKeyClose
__version__ = "0.2.0"
__all__ = [
"makeGraph", "pltKeyClose",