We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac7cf6 commit 999fad6Copy full SHA for 999fad6
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.8.0"
+release = "0.8.1"
27
28
29
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
3
commit = True
4
tag = True
5
setup.py
@@ -9,7 +9,7 @@
9
setup(
10
name="swmr_tools",
11
packages=["swmr_tools"],
12
- version="0.8.0",
+ version="0.8.1",
13
license="MIT",
14
description="Python iterator for safely monitoring NeXus files",
15
long_description=long_description,
0 commit comments