Skip to content

Commit 7f8e723

Browse files
committed
Increment version to 0.2.0 and publish
Incremented the version to 0.2.0 and published.
1 parent e7a0122 commit 7f8e723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orionsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .swisclient import SwisClient
1616

1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="orionsdk",
14-
version="0.1.0", # Update also in __init__ ;
14+
version="0.2.0", # Update also in __init__ ;
1515
description="Python API for the SolarWinds Orion SDK",
1616
long_description="Python client for interacting with the SolarWinds Orion API",
1717
author="SolarWinds",

0 commit comments

Comments
 (0)