diff --git a/WeberLogic.cabal b/WeberLogic.cabal
--- a/WeberLogic.cabal
+++ b/WeberLogic.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                WeberLogic
-version:             0.1.0.0
+version:             0.1.1
 synopsis:            Logic interpreter
 description:         Logic interpreter
 homepage:            https://github.com/cameronbwhite/WeberLogic
diff --git a/WeberLogic.lhs b/WeberLogic.lhs
--- a/WeberLogic.lhs
+++ b/WeberLogic.lhs
@@ -1,5 +1,3 @@
-> module WeberLogic where
-
 > import System.Environment
 > import System.IO (hFlush, stdout)
 > import Text.Parsec (parse)
