diff --git a/Control/Monad/Trans/Goto.hs b/Control/Monad/Trans/Goto.hs
--- a/Control/Monad/Trans/Goto.hs
+++ b/Control/Monad/Trans/Goto.hs
@@ -1,7 +1,7 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Control.Monad.Trans.Goto
--- Copyright   :  (c) Gregory Crosswhite 2001
+-- Copyright   :  (c) Gregory Crosswhite 2010
 -- License     :  BSD3
 -- Maintainer  :  gcross@phys.washington.edu
 -- Stability   :  provisional
diff --git a/GotoT-transformers.cabal b/GotoT-transformers.cabal
--- a/GotoT-transformers.cabal
+++ b/GotoT-transformers.cabal
@@ -1,5 +1,5 @@
 Name:                GotoT-transformers
-Version:             1.0
+Version:             1.0.0.1
 License:             BSD3
 License-file:        LICENSE
 Author:              Gregory Crosswhite
@@ -14,5 +14,5 @@
 
 Library
     Build-depends:   base >= 3 && < 5,
-                     transformers >= 0.2 && <0.3
+                     transformers >= 0.2 && < 0.4
     Exposed-modules: Control.Monad.Trans.Goto
