diff --git a/acme-strtok.cabal b/acme-strtok.cabal
--- a/acme-strtok.cabal
+++ b/acme-strtok.cabal
@@ -10,13 +10,13 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            A Haskell port of the C/PHP strtok function
 
 -- A longer description of the package.
--- description:      This package provides a Haskell version of the strtok function from C/PHP. Successive calls of this function return tokens (delimited by given delimiting characters) from a string (or a list), one by one.
+description:      This package provides a Haskell version of the strtok function from C/PHP. Successive calls of this function return tokens (delimited by given delimiting characters) from a string (or a list), one by one.
 
 -- The license under which the package is released.
 license:             PublicDomain
