diff --git a/bin/kytos b/bin/kytos index 8899bb5..84b6ace 100755 --- a/bin/kytos +++ b/bin/kytos @@ -32,7 +32,7 @@ logging.basicConfig(format='%(levelname)-5s %(message)s', level=logging.INFO) if __name__ == '__main__': args = docopt(__doc__, - version='kytos command line, version 2019.1b2', + version='kytos command line, version 2019.1b3', options_first=True) command = args[''] command_args = args[''] diff --git a/setup.py b/setup.py index 5ffdce6..11aa427 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def run(self): setup(name='kytos-utils', - version='2019.1b2', + version='2019.1b3', description='Command line utilities to use with Kytos.', url='http://github.com/kytos/kytos-utils', author='Kytos Team',