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 f84bcf9 commit 7a82a39Copy full SHA for 7a82a39
1 file changed
Makefile
@@ -31,11 +31,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 'tox>4' \
31
isort wheel autoflake flake8-bugbear pyupgrade bandit \
32
-rmypy-requirements.txt auto-walrus build
33
COVBASE=coverage run --append
34
-
35
-# Updating the Major & Minor version below?
36
-# Don't forget to update pyproject.toml as well
37
-#VERSION=8.2.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
38
-# --max-count=1 --format=format:%cI`)
+VERSION=$(shell echo $$(tail -n 1 cwlprov/__init__.py | awk '{print $$3}'))
39
40
## all : default task (install cwlprov-py in dev mode)
41
all: dev
0 commit comments