diff --git a/test-framework-sandbox.cabal b/test-framework-sandbox.cabal
--- a/test-framework-sandbox.cabal
+++ b/test-framework-sandbox.cabal
@@ -1,5 +1,5 @@
 Name:           test-framework-sandbox
-Version:        0.0.2.5
+Version:        0.1.0
 Cabal-Version:  >= 1.14
 Category:       Testing
 Synopsis:       test-sandbox support for the test-framework package
@@ -29,14 +29,14 @@
 Source-Repository this
     Type:       git
     Location:   https://github.com/gree/haskell-test-sandbox
-    Tag:        test-framework-sandbox_0.0.2.5
+    Tag:        test-framework-sandbox_0.1.0
 
 Library
     Exposed-modules:    Test.Framework.Providers.Sandbox
                         Test.Framework.Providers.Sandbox.Internals
 
     Build-Depends:      base >=4 && <5, ansi-terminal, lifted-base, mtl,
-                        temporary, test-framework >=0.8.0.3, test-sandbox >=0.0.1.9 && <0.0.2,
+                        temporary, test-framework >=0.8.0.3, test-sandbox == 0.1.*,
                         transformers
 
     Hs-source-dirs:     src
@@ -51,7 +51,7 @@
   Build-Depends:   base >=4 && <5
                  , HUnit
                  , test-framework >= 0.8.0.3
-                 , test-framework-sandbox == 0.0.2.*
-                 , test-sandbox == 0.0.1.*
-                 , test-sandbox-hunit == 0.0.1.*
+                 , test-framework-sandbox == 0.1.*
+                 , test-sandbox == 0.1.*
+                 , test-sandbox-hunit == 0.1.*
   Main-Is:         test/test.hs
