Skip to content

Commit a8ca148

Browse files
committed
REL: Bumping to v0.4.0
1 parent 1a0dfc2 commit a8ca148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Greg"
66
orcid: "https://orcid.org/0000-0003-1331-1863"
77
title: "pymsis"
8-
version: v0.3.0
9-
doi: 10.5281/zenodo.5348503
8+
version: v0.4.0
9+
doi: 10.5281/zenodo.5348502
1010
date-released: 2021-08-31
1111
url: "https://github.com/SWxTREC/pymsis"

pymsis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
__version__ = "0.3.0"
2+
__version__ = "0.4.0"
33

44
# If we are on Windows, Python 3.8+ then we need to add a DLL search path
55
# The libraries are located relative to this init file.

0 commit comments

Comments
 (0)