diff --git a/bin/kytos b/bin/kytos index 5df7100..ecdacb5 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 2018.2b1', + version='kytos command line, version 2018.2b2', options_first=True) command = args[''] command_args = args[''] diff --git a/setup.py b/setup.py index 9dc44b8..4a3c5bf 100644 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ def run(self): setup(name='kytos-utils', - version='2018.2b1', + version='2018.2b2', description='Command line utilities to use with Kytos.', url='http://github.com/kytos/kytos-utils', author='Kytos Team',