From a760fc246f4af37ddabf3393c538ee0280d8c991 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 20 Jul 2022 09:44:01 -0500 Subject: [PATCH] time for v1.2.3 --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb643b2..de362aa 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \ -rtest-requirements.txt -rmypy-requirements.txt DEBDEVPKGS=pylint python3-coverage sloccount \ python3-flake8 shellcheck -VERSION=1.2.2 # please also update setup.py +VERSION=1.2.3 # please also update setup.py ## all : default task all: dev diff --git a/setup.py b/setup.py index 57aa98e..da8e64e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="cwl-upgrader", - version="1.2.2", + version="1.2.3", description="Common Workflow Language standalone document upgrader", long_description=open(README).read(), author="Common Workflow Language contributors",