diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2010
+Copyright (c) 2008-2011
         The President and Fellows of Harvard College.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/exception-monads-tf.cabal b/exception-monads-tf.cabal
--- a/exception-monads-tf.cabal
+++ b/exception-monads-tf.cabal
@@ -1,5 +1,5 @@
 name:           exception-monads-tf
-version:        0.2
+version:        0.3
 cabal-version:  >= 1.6
 license:        BSD3
 license-file:   LICENSE
@@ -21,7 +21,7 @@
 
   build-depends:
     base >= 4 && < 5,
-    exception-transformers >= 0.2 && < 0.3,
+    exception-transformers >= 0.3 && < 0.4,
     monads-tf >= 0.1 && < 0.2,
     transformers >=0.2 && <0.3
 
