Skip to content

Commit

Permalink
Increase version to 0.1.1
Browse files Browse the repository at this point in the history
CI and CD with GH actions.
  • Loading branch information
st-bender committed Jan 29, 2022
1 parent 1b0037d commit aae6f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrlmsise00/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.. [0] https://www.brodo.de/space/nrlmsise
"""
__version__ = "0.1.0"
__version__ = "0.1.1"

from . import _nrlmsise00
from .core import *
Expand Down

0 comments on commit aae6f23

Please sign in to comment.