Skip to content

Commit 97a8607

Browse files
committed
Bump version: 0.1.2-dev0 → 0.1.3-dev0
1 parent ee13e30 commit 97a8607

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

transforms/tabular-merger-tool/.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2-dev0
2+
current_version = 0.1.3-dev0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<dev>\d+))?
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2-dev0
1+
0.1.3-dev0

transforms/tabular-merger-tool/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "Tabular Merger",
3-
"version": "0.1.2-dev0",
3+
"version": "0.1.3-dev0",
44
"title": "Tabular Merger",
55
"description": "Merge vaex supported tabular file format into a single merged file.",
66
"author": "Nicholas Schaub (nick.schaub@nih.gov), Hamdah Shafqat Abbasi (hamdahshafqat.abbasi@nih.gov)",
77
"institution": "National Center for Advancing Translational Sciences, National Institutes of Health",
88
"repository": "https://github.com/PolusAI/polus-plugins",
99
"website": "https://ncats.nih.gov/preclinical/core/informatics",
1010
"citation": "",
11-
"containerId": "polusai/tabular-merger-tool:0.1.2-dev0",
11+
"containerId": "polusai/tabular-merger-tool:0.1.3-dev0",
1212
"baseCommand": [
1313
"python3",
1414
"-m",

transforms/tabular-merger-tool/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polus-images-transforms-tabular-tabular-merger"
3-
version = "0.1.2-dev0"
3+
version = "0.1.3-dev0"
44
description = "Merge vaex supported tabular file format into a single merged file."
55
authors = [
66
"Nick Schaub <nick.schaub@nih.gov>",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Tabular Merger."""
2-
__version__ = "0.1.2-dev0"
2+
__version__ = "0.1.3-dev0"
33

44
from . import tabular_merger

0 commit comments

Comments
 (0)