diff --git a/orionsdk/__init__.py b/orionsdk/__init__.py index ddd68da..7990a06 100644 --- a/orionsdk/__init__.py +++ b/orionsdk/__init__.py @@ -15,4 +15,4 @@ from .swisclient import SwisClient -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/setup.py b/setup.py index c88ad84..cddda24 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="orionsdk", - version="0.1.0", # Update also in __init__ ; + version="0.2.0", # Update also in __init__ ; description="Python API for the SolarWinds Orion SDK", long_description="Python client for interacting with the SolarWinds Orion API", author="SolarWinds",