Skip to content

Commit

Permalink
Increases versions: v4.3.2 (full pkg), v1.4.2 (subpkgs)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelasco committed Nov 25, 2020
1 parent 801c8d4 commit 73cddfb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bidsphysio.acq2bids/bidsphysio/acq2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "1.4.1"
__version__ = "1.4.2"
__author__ = "Pablo Velasco"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.base/bidsphysio/base/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.4.1"
__version__ = "1.4.2"
__author__ = "Pablo Velasco, Chrysa Papadaniil"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.dcm2bids/bidsphysio/dcm2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "1.4.1"
__version__ = "1.4.2"
__author__ = "Pablo Velasco"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
4 changes: 2 additions & 2 deletions bidsphysio.physio2bids/bidsphysio/physio2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "1.4.1"
__version__ = "1.4.2"
__author__ = "Pablo Velasco"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand All @@ -24,7 +24,7 @@
PYTHON_REQUIRES = ">=3.6"

REQUIRES = [
'bidsphysio >= 4.3.1',
'bidsphysio >= 4.3.2',
]

TESTS_REQUIRES = [
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.pmu2bids/bidsphysio/pmu2bids/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "1.4.1"
__version__ = "1.4.2"
__author__ = "Pablo Velasco"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio.session/bidsphysio/session/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
need to also bump up the version of the dependencies
"""

__version__ = "1.4.1"
__version__ = "1.4.2"
__author__ = "Pablo Velasco, Chrysa Papadaniil"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down
2 changes: 1 addition & 1 deletion bidsphysio/info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os.path as op
from os import scandir

__version__ = "4.3.1"
__version__ = "4.3.2"
__author__ = "Pablo Velasco"
__author_email__ = "[email protected]"
__url__ = "https://github.com/cbinyu/bidsphysio"
Expand Down

0 comments on commit 73cddfb

Please sign in to comment.