diff --git a/orionsdk/__init__.py b/orionsdk/__init__.py index f8e7259..f6ffb2c 100644 --- a/orionsdk/__init__.py +++ b/orionsdk/__init__.py @@ -16,4 +16,4 @@ from .solarwinds import SolarWinds -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/setup.py b/setup.py index cddda24..072f51e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="orionsdk", - version="0.2.0", # Update also in __init__ ; + version="0.3.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",