diff --git a/src/makegraph/__init__.py b/src/makegraph/__init__.py index 852391d..be2f544 100644 --- a/src/makegraph/__init__.py +++ b/src/makegraph/__init__.py @@ -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",