From b8085e6e913c8b08896499fbcbdcbab16ad84e79 Mon Sep 17 00:00:00 2001 From: Stefan Bender Date: Tue, 25 Jan 2022 19:18:42 +0100 Subject: [PATCH] Release v0.2.0 Includes the conductivity calculation which justifies the minor version updated as opposed to just the patch level. Includes some doc updates. Changes to GH actions for CI and CD. --- src/eppaurora/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eppaurora/__init__.py b/src/eppaurora/__init__.py index 181904a..7499c44 100644 --- a/src/eppaurora/__init__.py +++ b/src/eppaurora/__init__.py @@ -11,7 +11,7 @@ ionization and recombination rates for precipitating auroral (100 eV--30 keV) and radiation-belt (30 keV--1 MeV) electrons. """ -__version__ = "0.1.1dev0" +__version__ = "0.2.0" from .brems import * from .conductivity import *