Skip to content

Commit 9648ff9

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent 192e10f commit 9648ff9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = 'tscat'
7-
version = "0.4.2"
7+
version = "0.4.3"
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

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

tscat/__init__.py

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

33
__author__ = """Patrick Boettcher"""
44
__email__ = 'p@yai.se'
5-
__version__ = '0.4.2'
5+
__version__ = '0.4.3'
66

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

0 commit comments

Comments
 (0)