From 7f8e723ff3e745e560384291e7cabc8a32e410e8 Mon Sep 17 00:00:00 2001 From: Dan Jagnow Date: Thu, 24 Oct 2019 12:10:06 -0500 Subject: [PATCH] Increment version to 0.2.0 and publish Incremented the version to 0.2.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 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",