Skip to content

Commit

Permalink
Merge pull request #15 from SWxTREC/version_0.4.0
Browse files Browse the repository at this point in the history
REL: Bumping to v0.4.0
  • Loading branch information
greglucas committed Feb 26, 2022
2 parents 1a0dfc2 + 8da8821 commit 288da59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pymsis/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 288da59

Please sign in to comment.