From 763e8700a1718c93b81a6f191d53676f49321f6a Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Sat, 26 Feb 2022 10:38:28 -0700 Subject: [PATCH 1/2] CI: Editable install for coverage --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53f659d..4b2e17b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: pip install -r requirements-test.txt - name: Install pymsis - run: pip install -v . + run: pip install -ve . - name: Lint with flake8 run: | From 8da88210f04def0bee00246d3615fcc9ae967065 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Sat, 26 Feb 2022 10:23:36 -0700 Subject: [PATCH 2/2] REL: Bumping to v0.4.0 --- CITATION.cff | 4 ++-- pymsis/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index acc6398..d3bb05b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Greg" orcid: "https://orcid.org/0000-0003-1331-1863" title: "pymsis" -version: v0.3.0 -doi: 10.5281/zenodo.5348503 +version: v0.4.0 +doi: 10.5281/zenodo.5348502 date-released: 2021-08-31 url: "https://github.com/SWxTREC/pymsis" \ No newline at end of file diff --git a/pymsis/__init__.py b/pymsis/__init__.py index c59d748..8a6afaa 100644 --- a/pymsis/__init__.py +++ b/pymsis/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.3.0" +__version__ = "0.4.0" # If we are on Windows, Python 3.8+ then we need to add a DLL search path # The libraries are located relative to this init file.