Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
beraldoleal committed Jul 12, 2019
1 parent b2b8bcb commit 14e99e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/kytos
Original file line number Diff line number Diff line change
Expand Up @@ -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>']
command_args = args['<args>']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 14e99e9

Please sign in to comment.