Skip to content

Commit e434d3d

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 5834854 commit e434d3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = 'tscat'
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "A library which stores, loads and filters time-series-events and catalogues."
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.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

tscat/__init__.py

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

33
__author__ = """Patrick Boettcher"""
44
__email__ = '[email protected]'
5-
__version__ = '0.4.0'
5+
__version__ = '0.4.1'
66

77
from .base import create_event, create_catalogue, \
88
add_events_to_catalogue, remove_events_from_catalogue, \

0 commit comments

Comments
 (0)