diff --git a/installer.iss b/installer.iss
index 19b4d9986d655533b8ee0ca52465a4859c4152fc..604f6a11e06ff0bfc9c1a2b4da85f110f3debe59 100644
--- a/installer.iss
+++ b/installer.iss
@@ -1,5 +1,5 @@
 #define MyAppName "CouchPotato"
-#define MyAppVer "2.0.3"
+#define MyAppVer "2.0.4"
 
 [Setup]
 AppName={#MyAppName}
diff --git a/version.py b/version.py
index 9d1ded2a35ead21eb3cb9855ad669115ca92f31f..c73f870cd02cbd8ad4be788364deafcf7c541c0f 100644
--- a/version.py
+++ b/version.py
@@ -1,2 +1,2 @@
-VERSION = '2.0.3'
+VERSION = '2.0.4'
 BRANCH = 'desktop'