diff --git a/Network/Tightrope.hs b/Network/Tightrope.hs
--- a/Network/Tightrope.hs
+++ b/Network/Tightrope.hs
@@ -7,7 +7,7 @@
 
 module Network.Tightrope (
   Slack,
-  Command,
+  Command, Message,
   User(..), Channel(..), Icon(..), Room(..),
   say, bot, message, defaultMessage,
   Account(..),
diff --git a/tightrope.cabal b/tightrope.cabal
--- a/tightrope.cabal
+++ b/tightrope.cabal
@@ -1,5 +1,5 @@
 name:                tightrope
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Nice API for a Slackbot
 description:         Making bots for Slack is hard! But wait: now it's easy.
 license:             MIT
