We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68c139 commit fc40f8cCopy full SHA for fc40f8c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.2
3
commit = True
4
tag = True
5
sign_tags = True
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = tristan
-version = 0.4.1
+version = 0.4.2
description = Tools for processing event-mode X-ray data
long_description = file: README.md
6
long_description_content_type = text/markdown
src/tristan/__init__.py
@@ -10,7 +10,7 @@
10
11
__author__ = "Diamond Light Source — Data Analysis Group"
12
__email__ = "[email protected]"
13
-__version__ = "0.4.1"
+__version__ = "0.4.2"
14
__version_tuple__ = tuple(int(x) for x in __version__.split("."))
15
16
from contextlib import ContextDecorator
0 commit comments