Skip to content

Commit 06c509f

Browse files
committed
New version 0.3.0
1 parent dd34bcf commit 06c509f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rtapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
found on https://www.racktables.org/
4040
"""
4141
__author__ = "Robert Vojcik ([email protected])"
42-
__version__ = "0.2.9"
42+
__version__ = "0.3.0"
4343
__copyright__ = "OpenSource"
4444
__license__ = "GPLv2"
4545

setup.py

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

99
setup(
1010
name="racktables-api",
11-
version="0.2.9",
11+
version="0.3.0",
1212
packages=["rtapi"],
1313
license="GPLv2",
1414
description="Simple racktables API",

0 commit comments

Comments
 (0)