File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py) setup.py
29
29
DEVPKGS =-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
30
30
DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
31
31
python-flake8 python-mock shellcheck
32
- VERSION =2.2 .$(shell TZ=UTC git log --first-parent --max-count=1 \
32
+ VERSION =2.3 .$(shell TZ=UTC git log --first-parent --max-count=1 \
33
33
--format=format:% cd --date=format-local:% Y% m% d% H% M% S)
34
34
35
35
# # all : default task (install in dev mode)
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "cwltest" ,
24
- version = "2.2 " , # update the VERSION prefix in the Makefile as well 🙂
24
+ version = "2.3 " , # update the VERSION prefix in the Makefile as well 🙂
25
25
description = "Common Workflow Language testing framework" ,
26
26
long_description = open (README ).read (),
27
27
long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments