Skip to content

Commit da84d94

Browse files
committed
Bump version: 1.4.2rc0 → 1.4.2
1 parent b89049b commit da84d94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.2rc0
2+
current_version = 1.4.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "d2b"
3-
version = "1.4.2rc0"
3+
version = "1.4.2"
44
description = "Organize data in the BIDS format"
55
authors = ["Andrew Ross <andrew.ross.mail@gmail.com>"]
66

src/d2b/d2b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from d2b.utils import rsync
2424
from d2b.utils import splitext
2525

26-
__version__ = "1.4.2rc0"
26+
__version__ = "1.4.2"
2727

2828

2929
T = TypeVar("T")

0 commit comments

Comments
 (0)