diff --git a/atomic-write.cabal b/atomic-write.cabal
--- a/atomic-write.cabal
+++ b/atomic-write.cabal
@@ -1,5 +1,5 @@
 name:                atomic-write
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Atomically write to a file
 
 description:
@@ -14,6 +14,7 @@
   .
   * If an original file exists, take those permissions and apply them to the
     temp file before `mv`ing the file into place.
+  .
   * If the original file does not exist, create a following with default
     permissions (based on the currently-active umask).
   .
@@ -24,7 +25,9 @@
   Ruby and Python:
   .
   * <http://apidock.com/rails/File/atomic_write/class Ruby on Rails includes a similar method called atomic_write>
+  .
   * <https://github.com/chef/chef/blob/c4631816132fcfefaba3d123a1d0dfe8bc2866bb/lib/chef/file_content_management/deploy/mv_unix.rb#L23:L71 Chef includes atomic update functionality>
+  .
   * <https://github.com/sashka/atomicfile There is a python library for atomically updating a file>
   .
   Note that at this time Windows is not supported, however we would appreciate
