diff --git a/bin/kytos b/bin/kytos index 3b7b3d1..27f733b 100755 --- a/bin/kytos +++ b/bin/kytos @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is part of kytos-utils. # -# Copyright (c) 2016-2017 by Kytos Team. +# Copyright (c) 2016-2019 by Kytos Team. # # Authors: # Beraldo Leal @@ -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.1', + version='kytos command line, version 2019.2b1', options_first=True) command = args[''] command_args = args[''] diff --git a/setup.py b/setup.py index bbe3a5b..8e619e4 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def run(self): setup(name='kytos-utils', - version='2019.1', + version='2019.2b1', description='Command line utilities to use with Kytos.', url='http://github.com/kytos/kytos-utils', author='Kytos Team',