We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd34bcf commit 06c509fCopy full SHA for 06c509f
rtapi/__init__.py
@@ -39,7 +39,7 @@
39
found on https://www.racktables.org/
40
"""
41
__author__ = "Robert Vojcik ([email protected])"
42
-__version__ = "0.2.9"
+__version__ = "0.3.0"
43
__copyright__ = "OpenSource"
44
__license__ = "GPLv2"
45
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="racktables-api",
11
- version="0.2.9",
+ version="0.3.0",
12
packages=["rtapi"],
13
license="GPLv2",
14
description="Simple racktables API",
0 commit comments