1#!/usr/bin/env python3
 2
 3"""This is the top level of the CHART-EPSSG project."""
 4
 5# For information only - this is included in the output of "chartepssg info"
 6# Leave as "dev" in master branch but change to "v{major}.{minor}" i.e. "v1.2" in release branches
 7__version__ = "dev"
 8
 9# For information only. Set to associated core version i.e. "v25.0" in release branches
10__required_core_version__ = "dev"