diff --git a/range-space.cabal b/range-space.cabal
--- a/range-space.cabal
+++ b/range-space.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                range-space
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            A Range type with vector-space instances
 description:         Provides functions for converting between ranges and spans
 homepage:            https://github.com/JohnLato/range-space
@@ -31,7 +31,7 @@
   type: exitcode-stdio-1.0
   main-is: Properties.hs
   hs-source-dirs: tests .
-  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.1
+  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.3
 
   build-depends:
       base,
