diff --git a/HUnit-Plus.cabal b/HUnit-Plus.cabal
--- a/HUnit-Plus.cabal
+++ b/HUnit-Plus.cabal
@@ -1,11 +1,11 @@
 Name:                   HUnit-Plus
 Category:               Testing, Test
-Version:                0.3.4
+Version:                1.0.0
 License:                BSD3
 License-File:           LICENSE
 Author:                 Eric McCorkle
 Maintainer:             Eric McCorkle <emc2@metricspace.net>
-Stability:              Beta
+Stability:              Stable
 Synopsis:               A test framework building on HUnit.
 Homepage:               https://github.com/emc2/HUnit-Plus
 Bug-Reports:            https://github.com/emc2/HUnit-Plus/issues
@@ -23,8 +23,6 @@
   flexible mechanism for selecting which tests to be executed.
   Lastly, HUnit-Plus provides a wrapper which generates standalone
   test-execution programs from a set of test suites.
-  .
-  This is the fifth release candidate for 1.0.
 Build-type:             Simple
 Cabal-version:          >= 1.16
 
diff --git a/src/Test/HUnitPlus/Main.hs b/src/Test/HUnitPlus/Main.hs
--- a/src/Test/HUnitPlus/Main.hs
+++ b/src/Test/HUnitPlus/Main.hs
@@ -140,7 +140,7 @@
     filters = []
       &= args
       &= typ "FILTERS"
-  } &= summary "HUnit-Plus Standard Test Runner"
+  } &= summary "HUnit-Plus Standard Test Runner, v1.0.0"
     &= program "runtests"
     &= noAtExpand
     &= details ["FILTERS specifies one or more test filters, which select " ++
