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 e7a0122 commit 7f8e723Copy full SHA for 7f8e723
orionsdk/__init__.py
@@ -15,4 +15,4 @@
15
from .swisclient import SwisClient
16
17
18
-__version__ = "0.1.0"
+__version__ = "0.2.0"
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="orionsdk",
14
- 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",
0 commit comments