diff --git a/distributed-process-registry.cabal b/distributed-process-registry.cabal
--- a/distributed-process-registry.cabal
+++ b/distributed-process-registry.cabal
@@ -1,5 +1,5 @@
 name:           distributed-process-registry
-version:        0.1.0.1
+version:        0.1.0.2
 cabal-version:  >=1.8
 build-type:     Simple
 license:        BSD3
@@ -29,7 +29,7 @@
   build-depends:
                    base >= 4.4 && < 5,
                    data-accessor >= 0.2.2.3,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-supervisor >= 0.1.2 && < 0.2,
                    distributed-process-client-server >= 0.1.2 && < 0.2,
@@ -62,7 +62,7 @@
                    containers,
                    hashable,
                    unordered-containers,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-registry,
                    distributed-process-tests >= 0.4.2 && < 0.5,
@@ -73,7 +73,7 @@
                    network-transport >= 0.4 && < 0.5,
                    deepseq >= 1.3.0.1 && < 1.5,
                    mtl,
-                   network-transport-tcp >= 0.4 && < 0.5,
+                   network-transport-tcp >= 0.4 && < 0.6,
                    binary >= 0.6.3.0 && < 0.8,
                    network >= 2.3 && < 2.7,
                    HUnit >= 1.2 && < 2,
