From f3bbc9f2976e9ffe806c8c67805a702823917b66 Mon Sep 17 00:00:00 2001 From: Simon Edwardsson Date: Wed, 25 Nov 2020 01:26:52 +0000 Subject: [PATCH] bump version to 0.5.14 --- darwin/cli.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/darwin/cli.py b/darwin/cli.py index 69c163550..cf30d93e8 100644 --- a/darwin/cli.py +++ b/darwin/cli.py @@ -43,7 +43,7 @@ def run(args, parser): f.list_teams() # Version elif args.command == "version": - print("0.5.13") + print("0.5.14") elif args.command == "convert": f.convert(args.format, args.files, args.output_dir) diff --git a/setup.py b/setup.py index 7f3e6c4a6..853adcb65 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="darwin-py", - version="0.5.13", + version="0.5.14", author="V7", author_email="info@v7labs.com", description="Library and command line interface for darwin.v7labs.com",