diff --git a/pydevccu/const.py b/pydevccu/const.py index e59cb1a..204be3d 100644 --- a/pydevccu/const.py +++ b/pydevccu/const.py @@ -2,7 +2,7 @@ Constants used in pydevccu """ -VERSION = '0.0.8' +VERSION = '0.0.9' IP_LOCALHOST_V4 = '127.0.0.1' IP_LOCALHOST_V6 = '::1' diff --git a/setup.py b/setup.py index 1670153..cc8a2fd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ PACKAGE_NAME = 'pydevccu' HERE = os.path.abspath(os.path.dirname(__file__)) -VERSION = '0.0.8' +VERSION = '0.0.9' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'build'])