Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
wiro committed Aug 21, 2018
1 parent 3193e7e commit d9aed6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
For proper function, some methods need ipaddr module (https://pypi.python.org/pypi/ipaddr)
'''
__author__ = "Robert Vojcik ([email protected])"
__version__ = "0.2.3"
__version__ = "0.2.4"
__copyright__ = "OpenSource"
__license__ = "GPLv2"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
setup(
name="racktables-api",
version="0.2.3",
version="0.2.4",
packages=["rtapi"],
license="GPLv2",
description="Simple racktables API",
Expand Down

0 comments on commit d9aed6a

Please sign in to comment.