Skip to content

Commit fc40f8c

Browse files
Bump version: 0.4.1 → 0.4.2
1 parent c68c139 commit fc40f8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.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.1
2+
current_version = 0.4.2
33
commit = True
44
tag = True
55
sign_tags = True

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = tristan
3-
version = 0.4.1
3+
version = 0.4.2
44
description = Tools for processing event-mode X-ray data
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/tristan/__init__.py

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

1111
__author__ = "Diamond Light Source — Data Analysis Group"
1212
__email__ = "[email protected]"
13-
__version__ = "0.4.1"
13+
__version__ = "0.4.2"
1414
__version_tuple__ = tuple(int(x) for x in __version__.split("."))
1515

1616
from contextlib import ContextDecorator

0 commit comments

Comments
 (0)