diff --git a/src/Web/Tweet.hs b/src/Web/Tweet.hs
--- a/src/Web/Tweet.hs
+++ b/src/Web/Tweet.hs
@@ -27,6 +27,8 @@
     , module Web.Tweet.API.Internal
     -- * Functions to sign API requests
     , signRequest
+    , oAuthMem
+    , credentialMem
     -- * Functions to generate a URL string from a `Tweet`
     , urlString
     -- * Helper function to print a bird
diff --git a/tweet-hs.cabal b/tweet-hs.cabal
--- a/tweet-hs.cabal
+++ b/tweet-hs.cabal
@@ -1,5 +1,5 @@
 name:                tweet-hs
-version:             1.0.1.4
+version:             1.0.1.5
 synopsis:            Command-line tool for twitter
 description:         a Command Line Interface Tweeter
 homepage:            https://github.com/vmchale/command-line-tweeter#readme
