Skip to content

Commit

Permalink
bump version to 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
simedw committed Nov 25, 2020
1 parent 91c7e47 commit f3bbc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion darwin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="darwin-py",
version="0.5.13",
version="0.5.14",
author="V7",
author_email="[email protected]",
description="Library and command line interface for darwin.v7labs.com",
Expand Down

0 comments on commit f3bbc9f

Please sign in to comment.