diff --git a/setup.py b/setup.py index e63d0d9..f92141a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='cms-nbi-client', - version='0.0.4', + version='0.1.0', description='Python Module to interact with the Calix Management System', long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/cmsnbiclient/__version__.py b/src/cmsnbiclient/__version__.py index fa531b5..7ab9b29 100644 --- a/src/cmsnbiclient/__version__.py +++ b/src/cmsnbiclient/__version__.py @@ -3,7 +3,7 @@ The goal is to create a python package allowing for interaction with the NBI(Northbound Interfaces) of a CMS(Calix Management System) instance. This will allow for orchestration of the nodes managed by the CMS instances""" __url__ = """https://github.com/somenetworking/CMS-NBI-Client""" -__version__ = """0.0.3""" +__version__ = """0.1.0""" __author__ = """somenetworking""" __author_email__ = """somenetworking@gmail.com""" __license__ = """GPL 3""" \ No newline at end of file