Skip to content

Commit a7a836b

Browse files
committed
Bump version: 0.3.1 → 0.3.2
1 parent 74074cc commit a7a836b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

cwl_subworkflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """msk-access"""
66
__email__ = 'msk-access@gmail.com'
7-
__version__ = '0.3.1'
7+
__version__ = '0.3.2'

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.2
33
commit = True
44
tag = True
55

@@ -18,7 +18,6 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
2221
test = pytest
2322

2423
[tool:pytest]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
test_suite='tests',
3838
tests_require=test_requirements,
3939
url='https://github.com/rhshah/cwl_subworkflows',
40-
version='0.3.1',
40+
version='0.3.2',
4141
zip_safe=False,
4242
)

0 commit comments

Comments
 (0)