diff --git a/src/UnliftIO/Pool.hs b/src/UnliftIO/Pool.hs
--- a/src/UnliftIO/Pool.hs
+++ b/src/UnliftIO/Pool.hs
@@ -3,6 +3,7 @@
   , P.PoolConfig
   , P.setNumStripes
   , LocalPool
+  , mkDefaultPoolConfig
   , withResource
   , takeResource
   , tryWithResource
diff --git a/unliftio-pool.cabal b/unliftio-pool.cabal
--- a/unliftio-pool.cabal
+++ b/unliftio-pool.cabal
@@ -1,5 +1,5 @@
 name:                unliftio-pool
-version:             0.4.0.0
+version:             0.4.1.0
 synopsis:            Data.Pool generalized to MonadUnliftIO.
 description:         This is a generalization of Data.Pool to MonadUnliftIO.
 license:             BSD3
