We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89049b commit da84d94Copy full SHA for da84d94
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.2rc0
+current_version = 1.4.2
3
commit = True
4
tag = True
5
tag_name = {new_version}
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "d2b"
-version = "1.4.2rc0"
+version = "1.4.2"
description = "Organize data in the BIDS format"
authors = ["Andrew Ross <andrew.ross.mail@gmail.com>"]
6
src/d2b/d2b.py
@@ -23,7 +23,7 @@
23
from d2b.utils import rsync
24
from d2b.utils import splitext
25
26
-__version__ = "1.4.2rc0"
+__version__ = "1.4.2"
27
28
29
T = TypeVar("T")
0 commit comments