diff --git a/rfswarm_agent/rfswarm_agent.py b/rfswarm_agent/rfswarm_agent.py
index e58ba95da..50ef62ff5 100644
--- a/rfswarm_agent/rfswarm_agent.py
+++ b/rfswarm_agent/rfswarm_agent.py
@@ -2,7 +2,7 @@
 #
 # 	Robot Framework Swarm
 #
-#    Version 1.3.1
+#    Version 1.3.2
 #
 
 
@@ -42,7 +42,7 @@
 
 class RFSwarmAgent():
 
-	version = "1.3.1"
+	version = "1.3.2"
 	config = None
 	isconnected = False
 	isrunning = False
diff --git a/rfswarm_manager/rfswarm.py b/rfswarm_manager/rfswarm.py
index b54252cdf..5bf2c63da 100644
--- a/rfswarm_manager/rfswarm.py
+++ b/rfswarm_manager/rfswarm.py
@@ -2,7 +2,7 @@
 #
 # 	Robot Framework Swarm
 # 		Manager
-#    Version 1.3.1
+#    Version 1.3.2
 #
 
 # 	Helpful links
@@ -447,7 +447,7 @@ def log_request(self, code='-', size='-'):
 
 
 class RFSwarmBase:
-	version = "1.3.1"
+	version = "1.3.2"
 	debuglvl = 0
 
 	config = None
diff --git a/rfswarm_reporter/rfswarm_reporter.py b/rfswarm_reporter/rfswarm_reporter.py
index 8136d38d0..e080ef56d 100644
--- a/rfswarm_reporter/rfswarm_reporter.py
+++ b/rfswarm_reporter/rfswarm_reporter.py
@@ -2,7 +2,7 @@
 #
 # 	Robot Framework Swarm
 # 		Reporter
-#    Version 1.3.1
+#    Version 1.3.2
 #
 
 import argparse
@@ -121,7 +121,7 @@ def finalize(self):
 
 
 class ReporterBase():
-	version = "1.3.1"
+	version = "1.3.2"
 	debuglvl = 0
 
 	save_ini = True
diff --git a/setup-agent.py b/setup-agent.py
index 95164d2d9..16cf95792 100644
--- a/setup-agent.py
+++ b/setup-agent.py
@@ -5,7 +5,7 @@
 
 setuptools.setup(
 	name="rfswarm-agent",
-	version="1.3.1",
+	version="1.3.2",
 	author="damies13",
 	author_email="damies13+rfswarm@gmail.com",
 	description="rfswarm Agent",
diff --git a/setup-manager.py b/setup-manager.py
index 56a9f3ac0..39874a868 100644
--- a/setup-manager.py
+++ b/setup-manager.py
@@ -5,7 +5,7 @@
 
 setuptools.setup(
 	name="rfswarm-manager",
-	version="1.3.1",
+	version="1.3.2",
 	author="damies13",
 	author_email="damies13+rfswarm@gmail.com",
 	description="rfswarm manager",
diff --git a/setup-reporter.py b/setup-reporter.py
index d18517cdb..78bff7d75 100644
--- a/setup-reporter.py
+++ b/setup-reporter.py
@@ -5,7 +5,7 @@
 
 setuptools.setup(
 	name="rfswarm-reporter",
-	version="1.3.1",
+	version="1.3.2",
 	author="damies13",
 	author_email="damies13+rfswarm@gmail.com",
 	description="rfswarm reporter",