Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandet committed May 16, 2024
1 parent 664da6c commit 4f35b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyistp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Alexis Jeandet"""
__email__ = 'alexis.jeandet@member.fsf.org'
__version__ = '0.4.0'
__version__ = '0.5.0'

from .loader import ISTPLoader as _ISTPLoader

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["flit_core"]

[project]
name = 'pyistp'
version = "0.4.0"
version = "0.5.0"
description = "An easy to use ISTP loader package."
keywords= ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

Expand Down

0 comments on commit 4f35b6c

Please sign in to comment.