diff --git a/darwin/cli.py b/darwin/cli.py index ad2cd95f3..cb1374f84 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.8") + print("0.5.9") elif args.command == "convert": f.convert(args.format, args.files, args.output_dir) diff --git a/setup.py b/setup.py index aad56820d..da17034b9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="darwin-py", - version="0.5.8", + version="0.5.9", author="V7", author_email="info@v7labs.com", description="Library and command line interface for darwin.v7labs.com",