diff --git a/MonadCatchIO-mtl.cabal b/MonadCatchIO-mtl.cabal
--- a/MonadCatchIO-mtl.cabal
+++ b/MonadCatchIO-mtl.cabal
@@ -1,5 +1,5 @@
 name:                MonadCatchIO-mtl
-version:             0.3.0.1
+version:             0.3.0.2
 description:
         Provides a monad-transformer version of the @Control.Exception.catch@
         function. For this, it defines the @MonadCatchIO@ class, a subset of
@@ -8,7 +8,7 @@
 
 synopsis:           Monad-transformer version of the Control.Exception module
 category:           Control
-license:            PublicDomain
+license:            BSD3
 maintainer:         jcpetruzza@gmail.com
 homepage:           http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl
 
