diff --git a/NumberTheory.cabal b/NumberTheory.cabal
--- a/NumberTheory.cabal
+++ b/NumberTheory.cabal
@@ -1,22 +1,22 @@
--- Initial NumberTheory.cabal generated by cabal init.  For further 
+-- Initial NumberTheory.cabal generated by cabal init.  For further
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                NumberTheory
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A library for number theoretic computations, written in Haskell.
--- description:         
+description:         This is a toy library that implements number theoretic functions in Z, Z mod m, the Gaussian Integers, some combinatorics functions, and functions for manipulating continued fractions.
 license:             GPL-3
 license-file:        LICENSE
 author:              Chris Fredrickson
 maintainer:          chris.p.fredrickson@gmail.com
--- copyright:           
+-- copyright:
 category:            Math
 build-type:          Simple
 cabal-version:       >=1.8
 
 library
   exposed-modules:     NumberTheory
-  -- other-modules:       
+  -- other-modules:
   build-depends:       base ==4.*, containers ==0.5.*, primes ==0.2.*
   ghc-options:         -Wall
 
