From 2d1f2bb04b8f691e39cd8bac5ceeca9553c89da6 Mon Sep 17 00:00:00 2001 From: Dan Jagnow Date: Fri, 25 Oct 2019 13:59:58 -0500 Subject: [PATCH] Increment version to 0.3.0 and publish Incremented the version number to 0.3.0 and published. --- orionsdk/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",