diff --git a/VERSION b/VERSION
index ccbccc3dc62631f22ff358ac418e52401ec770b4..c043eea7767eecb5567ebcbe8d671e45ef2833a8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0
+2.2.1
diff --git a/build/bin/eic-shell b/build/bin/eic-shell
deleted file mode 100755
index bf833d0deade4cf9dbe04e5c03dbed065f02bb88..0000000000000000000000000000000000000000
--- a/build/bin/eic-shell
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-
-## Boilerplate to make pipes work
-piped_args=
-if [ -p /dev/stdin ]; then
-  # If we want to read the input line by line
-  while IFS= read line; do
-    if [ -z "$piped_args" ]; then
-      piped_args="${line}"
-    else 
-      piped_args="${piped_args}
-${line}"
-    fi
-  done
-fi
-
-## Fire off the application wrapper
-if [ ${piped_args} ]  ; then
-    echo -e ${piped_args} | singularity exec  /home/sjoosten/projects/eic_container/build/lib/eic.sif.2.0.4 eic-shell $@
-else
-    singularity exec  /home/sjoosten/projects/eic_container/build/lib/eic.sif.2.0.4 eic-shell $@
-fi
diff --git a/build/bin/ipython b/build/bin/ipython
deleted file mode 100755
index 30000603d66fd1fea82926f4115edf2abc783df1..0000000000000000000000000000000000000000
--- a/build/bin/ipython
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-
-## Boilerplate to make pipes work
-piped_args=
-if [ -p /dev/stdin ]; then
-  # If we want to read the input line by line
-  while IFS= read line; do
-    if [ -z "$piped_args" ]; then
-      piped_args="${line}"
-    else 
-      piped_args="${piped_args}
-${line}"
-    fi
-  done
-fi
-
-## Fire off the application wrapper
-if [ ${piped_args} ]  ; then
-    echo -e ${piped_args} | singularity exec  /home/sjoosten/projects/eic_container/build/lib/eic.sif.2.0.4 ipython $@
-else
-    singularity exec  /home/sjoosten/projects/eic_container/build/lib/eic.sif.2.0.4 ipython $@
-fi
diff --git a/build/bin/root b/build/bin/root
deleted file mode 100755
index 621bfae44c2a21cfab9ed334527955dc244ed05e..0000000000000000000000000000000000000000
--- a/build/bin/root
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-
-## Boilerplate to make pipes work
-piped_args=
-if [ -p /dev/stdin ]; then
-  # If we want to read the input line by line
-  while IFS= read line; do
-    if [ -z "$piped_args" ]; then
-      piped_args="${line}"
-    else 
-      piped_args="${piped_args}
-${line}"
-    fi
-  done
-fi
-
-## Fire off the application wrapper
-if [ ${piped_args} ]  ; then
-    echo -e ${piped_args} | singularity exec  /home/sjoosten/projects/eic_container/build/lib/eic.sif.2.0.4 root $@
-else
-    singularity exec  /home/sjoosten/projects/eic_container/build/lib/eic.sif.2.0.4 root $@
-fi