We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1b45b commit 2d1f2bbCopy full SHA for 2d1f2bb
orionsdk/__init__.py
@@ -16,4 +16,4 @@
16
from .solarwinds import SolarWinds
17
18
19
-__version__ = "0.2.0"
+__version__ = "0.3.0"
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="orionsdk",
14
- version="0.2.0", # Update also in __init__ ;
+ version="0.3.0", # Update also in __init__ ;
15
description="Python API for the SolarWinds Orion SDK",
long_description="Python client for interacting with the SolarWinds Orion API",
author="SolarWinds",
0 commit comments