Skip to content

Commit f8afce5

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent 879eab9 commit f8afce5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyistp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Alexis Jeandet"""
44
__email__ = '[email protected]'
5-
__version__ = '0.6.0'
5+
__version__ = '0.7.0'
66

77
from .loader import ISTPLoader as _ISTPLoader
88

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["flit_core"]
44

55
[project]
66
name = 'pyistp'
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "An easy to use ISTP loader package."
99
keywords= ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"]
1010
authors = [

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)