diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -57,7 +57,6 @@
 main ::  IO ()
 main = do
   stringArgs <- map unpack <$> getArgs
-  writeFile "/users/silver/bloop" $ show stringArgs
   case process ihaskellArgs stringArgs of
     Left errmsg -> putStrLn $ pack errmsg
     Right args ->
diff --git a/ihaskell.cabal b/ihaskell.cabal
--- a/ihaskell.cabal
+++ b/ihaskell.cabal
@@ -7,7 +7,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.2.0.4
+version:             0.2.0.5
 
 -- A short (one-line) description of the package.
 synopsis:            A Haskell backend kernel for the IPython project.
