diff --git a/setup.py b/setup.py
index 1e9bf83a62b532d554f1fad22523692ed32e3d20..86f77130511ba0dd29f5d5e67b489d38e6e7d86d 100644
--- a/setup.py
+++ b/setup.py
@@ -179,12 +179,12 @@ setup(
     name="binarycpython",
     version="0.2",
     description="""
-    This is a python API for binary_c (version {})by David Hendriks, Rob Izzard and collaborators.
+    This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard and collaborators.
     Based on the initial set up by Jeff andrews. 
-    It is tested and designed to work for version {}, we can't guarantee proper functioning for other versions
+    It is tested and designed to work for versions {}, we can't guarantee proper functioning for other versions
     
     If you want to use a different version of binary_c, download and install a different version of this package
-    """.format(REQUIRED_BINARY_C_VERSION, REQUIRED_BINARY_C_VERSION),
+    """.format(str(REQUIRED_BINARY_C_VERSIONS), str(REQUIRED_BINARY_C_VERSIONS)),
 
     author="David Hendriks, Robert Izzard and Jeff Andrews",
     author_email="davidhendriks93@gmail.com/d.hendriks@surrey.ac.uk,\