diff --git a/html2text/__init__.py b/html2text/__init__.py
index 99dd8e0..9b12757 100644
--- a/html2text/__init__.py
+++ b/html2text/__init__.py
@@ -28,7 +28,7 @@
skipwrap
)
-__version__ = "2014.12.24"
+__version__ = "2014.12.29"
# TODO:
diff --git a/setup.py b/setup.py
index bb29c7f..20863f5 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ def run(self):
setup(
name="html2text",
- version="2014.12.24",
+ version="2014.12.29",
description="Turn HTML into equivalent Markdown-structured text.",
author="Aaron Swartz",
author_email="me@aaronsw.com",