Skip to content

Commit

Permalink
upped version to 0.1.0 for this release
Browse files Browse the repository at this point in the history
Signed-off-by: AndrewSheaM <[email protected]>
  • Loading branch information
somenetworking committed Nov 29, 2022
1 parent be749fe commit 9e382ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/cmsnbiclient/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = """[email protected]"""
__license__ = """GPL 3"""

0 comments on commit 9e382ca

Please sign in to comment.