diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,6 @@
-1.0 (2013/01/23)
+1.0.1 (2013/01/23)
  - Changed type of transformer from [Ast] -> [Ast] to [Ast] -> IO [Ast]
    (as suggested by John MacFarlane)
- - Cleaned up some warnings.
 
 0.1.2 (2011/01/30)
  - Updated for GHC 7 (Thanks to Yusaku HASHIMOTO)
diff --git a/preprocessor-tools.cabal b/preprocessor-tools.cabal
--- a/preprocessor-tools.cabal
+++ b/preprocessor-tools.cabal
@@ -1,5 +1,5 @@
 Name:           preprocessor-tools
-Version:        1.0
+Version:        1.0.1
 Cabal-Version:  >= 1.2.3
 License:        BSD3
 License-File:   LICENSE
