We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74074cc commit a7a836bCopy full SHA for a7a836b
3 files changed
cwl_subworkflows/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """msk-access"""
6
__email__ = 'msk-access@gmail.com'
7
-__version__ = '0.3.1'
+__version__ = '0.3.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.2
3
commit = True
tag = True
@@ -18,7 +18,6 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
22
test = pytest
23
24
[tool:pytest]
setup.py
@@ -37,6 +37,6 @@
37
test_suite='tests',
38
tests_require=test_requirements,
39
url='https://github.com/rhshah/cwl_subworkflows',
40
- version='0.3.1',
+ version='0.3.2',
41
zip_safe=False,
42
)
0 commit comments