diff --git a/stm-io-hooks.cabal b/stm-io-hooks.cabal
--- a/stm-io-hooks.cabal
+++ b/stm-io-hooks.cabal
@@ -1,7 +1,7 @@
 Name:           stm-io-hooks
 Synopsis:       An STM monad with IO hooks
 Description:
-    This library provides an STM monad with commit and retry IO hooks. 
+    This library provides an Software Transactional Memory (STM) monad with commit and retry IO hooks. 
     A retry-action is run (at least once) if the transaction retries, while commit-actions are 
     executed iff the transaction commits. The AdvSTM monad also gives some atomicity
     guarantees for commit-actions:
@@ -26,7 +26,7 @@
 License:        BSD3
 License-file:   LICENSE
 Homepage:       http://darcs.monoid.at/stm-io-hooks
-Version:        0.7.2
+Version:        0.7.3
 
 Build-type:     Simple                        
 Cabal-Version:  >= 1.2.3
