Skip to content

Commit 999fad6

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent fac7cf6 commit 999fad6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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.8.0",
12+
version="0.8.1",
1313
license="MIT",
1414
description="Python iterator for safely monitoring NeXus files",
1515
long_description=long_description,

0 commit comments

Comments
 (0)