From cb86b61be2030ce11a870560cffcdfce7d1efe39 Mon Sep 17 00:00:00 2001 From: kusti8 Date: Sat, 17 Mar 2018 13:10:35 -0400 Subject: [PATCH] Bump version --- hue_plus/hue_ui.py | 2 +- installer.cfg | 2 +- setup.py | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hue_plus/hue_ui.py b/hue_plus/hue_ui.py index b5483b7..d3f8459 100755 --- a/hue_plus/hue_ui.py +++ b/hue_plus/hue_ui.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -VERSION="1.4.3" +VERSION="1.4.4" import sys import io import traceback diff --git a/installer.cfg b/installer.cfg index c8c9e7a..312f2d2 100644 --- a/installer.cfg +++ b/installer.cfg @@ -1,6 +1,6 @@ [Application] name=hue_plus -version=1.4.3 +version=1.4.4 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 52072be..b49dfe2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os setup(name='hue_plus', - version='1.4.3', + version='1.4.4', description='A utility to control the NZXT Hue+ in Linux', classifiers=[ 'Development Status :: 5 - Production/Stable', diff --git a/version b/version index 428b770..e1df5de 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.4.3 +1.4.4 \ No newline at end of file