From 23b07bf808c95a68d9617ca492bee07776a3e75c Mon Sep 17 00:00:00 2001 From: Renan Rodrigo Date: Fri, 15 Dec 2017 16:44:52 -0200 Subject: [PATCH] Update version to Chico rc1 --- bin/kytos | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/kytos b/bin/kytos index 6c543bc..6f15156 100755 --- a/bin/kytos +++ b/bin/kytos @@ -31,7 +31,7 @@ logging.basicConfig(format='%(levelname)-5s %(message)s', level=logging.INFO) if __name__ == '__main__': args = docopt(__doc__, - version='kytos command line, version 2017.2b2', + version='kytos command line, version 2017.2rc1', options_first=True) command = args[''] command_args = args[''] diff --git a/setup.py b/setup.py index 8c9eecc..add071f 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ def _create_data_files_directory(): setup(name='kytos-utils', - version='2017.2b2', + version='2017.2rc1', description='Command line utilities to use with Kytos.', url='http://github.com/kytos/kytos-utils', author='Kytos Team',