Skip to content

Commit bfee4d0

Browse files
authored
Bump version: 0.4.0 → 0.5.0 (#16)
1 parent f13a5c2 commit bfee4d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Richard E Parke"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.4.0"
26+
release = "0.5.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

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.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="swmr_tools",
55
packages=["swmr_tools"],
6-
version="0.4.0",
6+
version="0.5.0",
77
license="MIT",
88
description="Python iterator for safely monitoring NeXus files",
99
author="Diamond Light Source Ltd",

0 commit comments

Comments
 (0)