Skip to content

Commit

Permalink
Bump version number for 0.3.1 release
Browse files Browse the repository at this point in the history
Updates also the release date in the changelog.
  • Loading branch information
st-bender committed Oct 31, 2023
1 parent 3fcb0f4 commit 223fba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v0.3.1 (unreleased)
v0.3.1 (2023-10-31)
-------------------

### Changes
Expand Down
2 changes: 1 addition & 1 deletion src/eppaurora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ionization and recombination rates for precipitating
auroral (100 eV--30 keV) and radiation-belt (30 keV--1 MeV) electrons.
"""
__version__ = "0.3.0"
__version__ = "0.3.1"

from .brems import *
from .conductivity import *
Expand Down

0 comments on commit 223fba6

Please sign in to comment.