Skip to content

Commit 6e25168

Browse files
committed
Bump version: 0.2.2 → 0.3.0
1 parent a1dad88 commit 6e25168

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyistp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

77
from .loader import ISTPLoader as _ISTPLoader
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["flit_core"]
44

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

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

@@ -16,4 +16,3 @@ universal = 1
1616

1717
[flake8]
1818
exclude = docs
19-

0 commit comments

Comments
 (0)