Skip to content

Commit

Permalink
Increment version to 0.2.0 and publish
Browse files Browse the repository at this point in the history
Incremented the version to 0.2.0 and published.
  • Loading branch information
danjagnow committed Oct 24, 2019
1 parent e7a0122 commit 7f8e723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orionsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .swisclient import SwisClient


__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7f8e723

Please sign in to comment.