diff --git a/Data/Reflection.hs b/Data/Reflection.hs
--- a/Data/Reflection.hs
+++ b/Data/Reflection.hs
@@ -9,7 +9,7 @@
 --
 -- Maintainer  : Edward Kmett <ekmett@gmail.com>
 -- Stability   : experimental
--- Portability : non-portable (scoped types, MPTCs, rank-n, FFI, kinds)
+-- Portability : non-portable (MPTCs, fundeps, rank-2 types, flexible instances)
 --
 -- Based on the Functional Pearl: Implicit Configurations paper by
 -- Oleg Kiselyov and Chung-chieh Shan.
@@ -21,8 +21,8 @@
 --
 -------------------------------------------------------------------------------
 
-module Data.Reflection 
-    ( 
+module Data.Reflection
+    (
     -- * Reflect Integrals
       ReifiesNum(..)
     , reifyIntegral
diff --git a/reflection.cabal b/reflection.cabal
--- a/reflection.cabal
+++ b/reflection.cabal
@@ -1,5 +1,5 @@
 name:		reflection
-version:	0.5
+version:	0.5.0.1
 license:	BSD3
 license-file:   LICENSE
 author:		Edward A. Kmett, Oleg Kiselyov and Chung-chieh Shan
