Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Jan 24, 2021
1 parent 0359542 commit d47b6db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/dominh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import sys

if __name__ == '__main__':
args = docopt(__doc__, help=True, options_first=True,
version='dominh 0.2.2')
version='dominh 0.3.0')
argv = [args['<command>']] + args['<args>']

# print(args)
Expand Down
2 changes: 1 addition & 1 deletion examples/print_controller_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


if __name__ == '__main__':
args = docopt(__doc__, version='dominh 0.2.2')
args = docopt(__doc__, version='dominh 0.3.0')
host = args['<host>']
user = args['--user']
pw = args['--pw']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='dominh',
version='0.2.2',
version='0.3.0',
packages=['dominh', 'dominh.tool'],
package_dir={'': 'src'},
scripts=['bin/dominh'],
Expand Down

0 comments on commit d47b6db

Please sign in to comment.