Skip to content

Commit f9a26e5

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent 2d3c069 commit f9a26e5

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.7.1"
26+
release = "0.7.2"
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.7.1
2+
current_version = 0.7.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="swmr_tools",
1010
packages=["swmr_tools"],
11-
version="0.7.1",
11+
version="0.7.2",
1212
license="MIT",
1313
description="Python iterator for safely monitoring NeXus files",
1414
long_description=long_description,

0 commit comments

Comments
 (0)