We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbb6e1 commit 453acf1Copy full SHA for 453acf1
Makefile
@@ -30,7 +30,7 @@ DEVPKGS=diff_cover black pylint coverage pep257 pytest-xdist \
30
flake8 flake8-bugbear pyupgrade mypy
31
DEBDEVPKGS=pylint python3-coverage sloccount \
32
python3-flake8 shellcheck
33
-VERSION=1.2 # please also update setup.py
+VERSION=1.2.1 # please also update setup.py
34
35
## all : default task
36
all:
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="cwl-upgrader",
16
- version="1.2",
+ version="1.2.1",
17
description="Common Workflow Language standalone document upgrader",
18
long_description=open(README).read(),
19
author="Common Workflow Language contributors",
0 commit comments