diff --git a/Text/JSONb.hs b/Text/JSONb.hs
--- a/Text/JSONb.hs
+++ b/Text/JSONb.hs
@@ -8,7 +8,7 @@
   , Text.JSONb.Decode.break
   , Text.JSONb.Encode.Style(..)
   , Text.JSONb.Encode.encode
-  , Text.JSONb.Schema.Schema()
+  , Text.JSONb.Schema.Schema
   , Text.JSONb.Schema.schema
   , Text.JSONb.Schema.schemas
   , Text.JSONb.Schema.OneMany(..)
diff --git a/json-b.cabal b/json-b.cabal
--- a/json-b.cabal
+++ b/json-b.cabal
@@ -1,5 +1,5 @@
 name                          : json-b
-version                       : 0.0.0
+version                       : 0.0.1
 category                      : Text
 license                       : BSD3
 license-file                  : LICENSE
