From ab550d96e375538fc4b9be8b2c576551b3b14603 Mon Sep 17 00:00:00 2001
From: William Waites <xgb21195@cpunode2.cis.strath.ac.uk>
Date: Sun, 21 Jan 2024 13:16:46 +0000
Subject: [PATCH] cosmetic, and bump version

---
 imitation/imitation/server.py | 18 +++++++++---------
 imitation/setup.py            |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/imitation/imitation/server.py b/imitation/imitation/server.py
index 1184634..4332ba1 100644
--- a/imitation/imitation/server.py
+++ b/imitation/imitation/server.py
@@ -117,11 +117,11 @@ class Interrogator(Interlocutor):
     def handle(self):
         self.log.info("connecting...")
         self.write(f"""
-Welcome to the Imitation Game. Your role is "interrogator". You
-get to ask {self.n} questions of your interlocutor to determine if 
-they are a human or a machine. At the end of the session you
-will be asked which you think they are and why. If you have made
-up your mind and want to end the session early, type "END" all caps.
+Welcome to the Imitation Game. Your role is "interrogator". You get to
+ask {self.n} questions of your interlocutor to determine if they are a
+human or a machine. At the end of the session you will be asked which
+you think they are and why. If you have made up your mind and want to
+end the session early, type "END" all caps.
 
 Good luck!
 
@@ -181,10 +181,10 @@ class Human(Interlocutor):
     def handle(self):
         self.log.info("connecting...")
         self.write(f"""
-Welcome to the Imitation Game. Your role is HUMAN. You will be
-asked {self.n} questions by an interlocutor who is attempting 
-to find out if you are a human or a machine. Your task is to
-convince them that you are human. Good luck!
+Welcome to the Imitation Game. Your role is HUMAN. You will be asked
+{self.n} questions by an interlocutor who is attempting to find out if
+you are a human or a machine. Your task is to convince them that you
+are human. Good luck!
 
 Please wait to be connected to an interlocutor...""", colour=self.serv_colour)
 
diff --git a/imitation/setup.py b/imitation/setup.py
index 635b36d..f77d1c9 100644
--- a/imitation/setup.py
+++ b/imitation/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup, find_packages
 
 setup(name='imitation',
-      version='0.1',
+      version='0.2',
       description='Turing Test',
       author=['William Waites'],
       author_email='william.waites@strath.ac.uk',
-- 
GitLab