diff --git a/src/viresclient/__init__.py b/src/viresclient/__init__.py index 6af6a7a..86e8cfe 100644 --- a/src/viresclient/__init__.py +++ b/src/viresclient/__init__.py @@ -35,4 +35,4 @@ from ._config import ClientConfig, set_token from ._data_handling import ReturnedData, ReturnedDataFile -__version__ = "0.12.0" +__version__ = "0.12.1-alpha" diff --git a/src/viresclient/_client_swarm.py b/src/viresclient/_client_swarm.py index 09efac1..3d0df5f 100644 --- a/src/viresclient/_client_swarm.py +++ b/src/viresclient/_client_swarm.py @@ -49,20 +49,20 @@ " deprecated model identifier, use IGRF instead", ), "CHAOS-Core": ( - "CHAOS-7 Core field (SH degrees 1-20)", - " http://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ", + "CHAOS-8 Core field (SH degrees 1-20)", + " http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ", ), "CHAOS-Static": ( - "CHAOS-7 crust field (SH degrees 21-185)", - " http://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ", + "CHAOS-8 crust field (SH degrees 21-185)", + " http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ", ), "CHAOS-MMA-Primary": ( - "CHAOS-7 Primary (external) magnetospheric field", - " hhttp://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ", + "CHAOS-8 Primary (external) magnetospheric field", + " http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ", ), "CHAOS-MMA-Secondary": ( - "CHAOS-7 Secondary (internal) magnetospheric field", - " http://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ", + "CHAOS-8 Secondary (internal) magnetospheric field", + " http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ", ), "CHAOS-6-Core": ( "CHAOS Core field",