We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13a5c2 commit bfee4d0Copy full SHA for bfee4d0
3 files changed
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = "Richard E Parke"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "0.4.0"
+release = "0.5.0"
27
28
29
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0
+current_version = 0.5.0
3
commit = True
4
tag = True
5
setup.py
@@ -3,7 +3,7 @@
setup(
name="swmr_tools",
packages=["swmr_tools"],
6
- version="0.4.0",
+ version="0.5.0",
7
license="MIT",
8
description="Python iterator for safely monitoring NeXus files",
9
author="Diamond Light Source Ltd",
0 commit comments