Skip to content

Commit 2de279c

Browse files
committed
Bump version: 0.7.3 → 0.7.4
1 parent 15bae55 commit 2de279c

3 files changed

Lines changed: 3 additions & 4 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.3"
26+
release = "0.7.4"
2727

2828

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

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.3
2+
current_version = 0.7.4
33
commit = True
44
tag = True
55

@@ -10,4 +10,3 @@ replace = version="{new_version}"
1010
[bumpversion:file:docs/source/conf.py]
1111
search = release = "{current_version}"
1212
replace = release = "{new_version}"
13-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name="swmr_tools",
1111
packages=["swmr_tools"],
12-
version="0.7.3",
12+
version="0.7.4",
1313
license="MIT",
1414
description="Python iterator for safely monitoring NeXus files",
1515
long_description=long_description,

0 commit comments

Comments
 (0)