diff --git a/arith-encode.cabal b/arith-encode.cabal
--- a/arith-encode.cabal
+++ b/arith-encode.cabal
@@ -1,11 +1,11 @@
 Name:                   arith-encode
 Category:               Data, Serialization, Test, Testing
-Version:                0.7.0
+Version:                1.0.0
 License:                BSD3
 License-File:           LICENSE
 Author:                 Eric McCorkle
 Maintainer:             Eric McCorkle <emc2@metricspace.net>
-Stability:              Beta
+Stability:              Stable
 Synopsis:               A practical arithmetic encoding (aka Godel numbering) library.
 Homepage:               https://github.com/emc2/arith-encode
 Bug-Reports:            https://github.com/emc2/arith-encode/issues
@@ -19,8 +19,6 @@
   .
   This has various uses, among them binary serialization/deserialization and
   enumeration testing.
-  .
-  This is the second release candidate for 1.0 (initial release).
 Build-type:             Simple
 Cabal-version:          >= 1.16
 
