diff --git a/Bio/Phylogeny/PhyBin/Main.hs b/Bio/Phylogeny/PhyBin/Main.hs
--- a/Bio/Phylogeny/PhyBin/Main.hs
+++ b/Bio/Phylogeny/PhyBin/Main.hs
@@ -53,7 +53,7 @@
 
 import Debug.Trace
 
-phybin_version = "0.1.1" -- NOTE: Remember to keep me in sync with the .cabal file
+phybin_version = "0.1.2" -- NOTE: Remember to keep me in sync with the .cabal file
 
 ----------------------------------------------------------------------------------------------------
 -- Type definitions
diff --git a/phybin.cabal b/phybin.cabal
--- a/phybin.cabal
+++ b/phybin.cabal
@@ -1,5 +1,5 @@
 Name:           phybin
-Version:        0.1.1
+Version:        0.1.2
 License: BSD3
 License-file:   LICENSE
 Stability: Beta
@@ -19,7 +19,7 @@
 build-type: Simple
 
 source-repository head
-  type:     mercurial
+  type:     darcs
   location: http://code.haskell.org/phybin/repo/
 
 Executable phybin
