diff --git a/bin/kytos b/bin/kytos index 5d7bac4..449760a 100755 --- a/bin/kytos +++ b/bin/kytos @@ -43,7 +43,7 @@ logging.basicConfig(format='%(levelname)-5s %(message)s', level=logging.INFO) if __name__ == '__main__': args = docopt(__doc__, - version='kytos command line, version 0.1.0', + version='kytos command line, version 2017.1b1', options_first=True) command = args[''] command_args = args[''] diff --git a/setup.py b/setup.py index ccd280b..8a38806 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def _create_data_files_directory(): setup(name='kytos-utils', - version='0.1.0', + version='2017.1b1', description=' Command line utilities to use with Kytos.', url='http://github.com/kytos/kytos-utils', author='Kytos Team',