Skip to content

Commit

Permalink
don't jump to version 2.0
Browse files Browse the repository at this point in the history
The MAJOR.MINOR of the version should match the maximum
CWL version MAJOR.MINOR
  • Loading branch information
mr-c committed Aug 29, 2023
1 parent 5e1b2ea commit 6c50d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \
auto-walrus -rtest-requirements.txt -rmypy-requirements.txt
DEBDEVPKGS=pylint python3-coverage sloccount \
python3-flake8 shellcheck
VERSION=2.0.0 # please also update setup.py
VERSION=1.2.9 # please also update setup.py

## all : default task (install cwl-upgrader in dev mode)
all: dev
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="cwl-upgrader",
version="2.0.0",
version="1.2.9",
description="Common Workflow Language standalone document upgrader",
long_description=open(README).read(),
author="Common Workflow Language contributors",
Expand Down

0 comments on commit 6c50d8c

Please sign in to comment.