Skip to content

Commit 2d1f2bb

Browse files
committed
Increment version to 0.3.0 and publish
Incremented the version number to 0.3.0 and published.
1 parent 3a1b45b commit 2d1f2bb

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
@@ -16,4 +16,4 @@
1616
from .solarwinds import SolarWinds
1717

1818

19-
__version__ = "0.2.0"
19+
__version__ = "0.3.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.2.0", # Update also in __init__ ;
14+
version="0.3.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)