From 14e99e947ecd0c54e40a358a2f2ff71d5187e376 Mon Sep 17 00:00:00 2001 From: Beraldo Leal Date: Fri, 12 Jul 2019 14:14:03 -0300 Subject: [PATCH] version bump --- bin/kytos | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/kytos b/bin/kytos index 84b6ace..3b7b3d1 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.1b3', + version='kytos command line, version 2019.1', options_first=True) command = args[''] command_args = args[''] diff --git a/setup.py b/setup.py index 11aa427..e1a77da 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def run(self): setup(name='kytos-utils', - version='2019.1b3', + version='2019.1', description='Command line utilities to use with Kytos.', url='http://github.com/kytos/kytos-utils', author='Kytos Team',