diff --git a/clarifai.cabal b/clarifai.cabal
--- a/clarifai.cabal
+++ b/clarifai.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            API Client for the Clarifai API.
@@ -56,7 +56,7 @@
   exposed-modules:     Network.Clarifai
 
   -- Modules included in this library but not exported.
-  -- other-modules:
+  other-modules:       Network.Utilities
 
   -- LANGUAGE extensions used by modules in this package.
   other-extensions:    OverloadedStrings
