Skip to content

Commit 149abcb

Browse files
committed
Bump version: 0.3.1 → 0.4.0
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent 160b219 commit 149abcb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest, windows-latest, ubuntu-latest]
12-
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
12+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
1313

1414
steps:
1515
- uses: actions/checkout@v2

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.3.1'
5+
__version__ = '0.4.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.3.1"
7+
version = "0.4.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.3.1
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)