diff --git a/newsbox/__init__.py b/newsbox/__init__.py
index 97620b22c949baa41ec250afb929a347ea2eb4f0..0be2a4b323593b0b82ba5dd366f82c758ba03375 100644
--- a/newsbox/__init__.py
+++ b/newsbox/__init__.py
@@ -1,4 +1,4 @@
 # -*- coding: utf-8 -*-
 from __future__ import unicode_literals
 
-__version__ = '0.6.12'
+__version__ = '0.6.13'
diff --git a/tbump.toml b/tbump.toml
index ee32c99e71bad8e713f555d89e509b874852a59e..fe04b062d9cf353627d7113721663ab94ab07ee3 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,5 +1,5 @@
 [version]
-current = "0.6.12"
+current = "0.6.13"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before