diff --git a/hue_plus/hue_ui.py b/hue_plus/hue_ui.py index d3f8459..c818a85 100755 --- a/hue_plus/hue_ui.py +++ b/hue_plus/hue_ui.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -VERSION="1.4.4" +VERSION="1.4.5" import sys import io import traceback diff --git a/installer.cfg b/installer.cfg index 312f2d2..1fa2091 100644 --- a/installer.cfg +++ b/installer.cfg @@ -1,6 +1,6 @@ [Application] name=hue_plus -version=1.4.4 +version=1.4.5 publisher=Gustav Hansen # How to launch the app - this calls the 'main' function from the 'myapp' package: entry_point=hue_plus.hue_ui:main diff --git a/setup.py b/setup.py index b49dfe2..eb952d4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os setup(name='hue_plus', - version='1.4.4', + version='1.4.5', description='A utility to control the NZXT Hue+ in Linux', classifiers=[ 'Development Status :: 5 - Production/Stable', diff --git a/version b/version index e1df5de..03e5161 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.4.4 \ No newline at end of file +1.4.5 \ No newline at end of file