Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
simedw committed Jul 29, 2020
1 parent 6fc9e06 commit 2df7b6a
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.8")
print("0.5.9")

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.8",
version="0.5.9",
author="V7",
author_email="[email protected]",
description="Library and command line interface for darwin.v7labs.com",
Expand Down

0 comments on commit 2df7b6a

Please sign in to comment.