diff --git a/network-bitcoin.cabal b/network-bitcoin.cabal
--- a/network-bitcoin.cabal
+++ b/network-bitcoin.cabal
@@ -1,5 +1,5 @@
 Name:                network-bitcoin
-Version:             1.0.0
+Version:             1.0.1
 Synopsis:            An interface to bitcoind.
 Description:
     This can be used to send Bitcoins, query balances, etc.  It
@@ -20,6 +20,7 @@
     .
     - Total overhaul of the library, with almost the complete bitcoin RPC API
       covered.
+    .
     - Dependencies upgraded, and library modernized.
     .
     Changes in v0.1.5
@@ -32,12 +33,13 @@
 License:             BSD3
 License-file:        LICENSE
 Author:              Michael Hendricks <michael@ndrix.org>
+                     Clark Gaebel <cgaebel@uwaterloo.ca>
 Maintainer:          Clark Gaebel <cgaebel@uwaterloo.ca>
 Stability:           experimental
 Homepage:            http://github.com/wowus/network-bitcoin
 Bug-reports:         http://github.com/wowus/network-bitcoin/issues
-Copyright:           Copyright 2012, Michael Hendricks
-                     Copyright 2012, Clark Gaebel
+Copyright:           2012 Michael Hendricks <michael@ndrix.org>
+                     2012 Clark Gaebel <cgaebel@uwaterloo.ca>
 Stability: experimental
 Homepage: http://github.com/mndrix/network-bitcoin
 Bug-reports: http://github.com/mndrix/network-bitcoin/issues
