diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 ## Unreleased changes
 
+## 0.1.0.1
+
+Typo in README.
+
 ## 0.1.0.0
 
 Unleashed on the world.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# assumpta-core [![Hackage version](https://img.shields.io/hackage/v/assumpta-ci.svg?label=Hackage)](https://hackage.haskell.org/package/assumpta-ci) [![Linux Build Status](https://img.shields.io/travis/com/phlummox/assumpta-core.svg?label=Linux%20build)](https://travis-ci.com/phlummox/assumpta-core) [![phlummox](https://circleci.com/gh/phlummox/assumpta-core.svg?style=svg)](https://circleci.com/gh/phlummox/assumpta-core)
+# assumpta-core [![Hackage version](https://img.shields.io/hackage/v/assumpta-core.svg?label=Hackage)](https://hackage.haskell.org/package/assumpta-core) [![Linux Build Status](https://img.shields.io/travis/com/phlummox/assumpta-core.svg?label=Linux%20build)](https://travis-ci.com/phlummox/assumpta-core) [![phlummox](https://circleci.com/gh/phlummox/assumpta-core.svg?style=svg)](https://circleci.com/gh/phlummox/assumpta-core)
 
 A library for constructing SMTP clients, which provides the core functionality
 for [assumpta](https://hackage.haskell.org/package/assumpta).
diff --git a/assumpta-core.cabal b/assumpta-core.cabal
--- a/assumpta-core.cabal
+++ b/assumpta-core.cabal
@@ -2,7 +2,7 @@
 
 
 name:           assumpta-core
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Core functionality for an SMTP client
 description:    A library for constructing SMTP clients, which provides the
                 core functionality for
