We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0dfc2 commit a8ca148Copy full SHA for a8ca148
CITATION.cff
@@ -5,7 +5,7 @@ authors:
5
given-names: "Greg"
6
orcid: "https://orcid.org/0000-0003-1331-1863"
7
title: "pymsis"
8
-version: v0.3.0
9
-doi: 10.5281/zenodo.5348503
+version: v0.4.0
+doi: 10.5281/zenodo.5348502
10
date-released: 2021-08-31
11
url: "https://github.com/SWxTREC/pymsis"
pymsis/__init__.py
@@ -1,5 +1,5 @@
1
import os
2
-__version__ = "0.3.0"
+__version__ = "0.4.0"
3
4
# 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.
0 commit comments