diff --git a/setup.py b/setup.py
index 0573930..2f79215 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
long_description = file.read()
setup(name='Tumulus',
- version='0.1.2',
+ version='0.1.3',
description='Python HTML Generator for Recyclable Web Elements',
long_description=long_description,
author='OKso.me',
diff --git a/tumulus/__init__.py b/tumulus/__init__.py
index 7aa1491..32654c9 100644
--- a/tumulus/__init__.py
+++ b/tumulus/__init__.py
@@ -18,4 +18,4 @@
# along with this program. If not, see .
__author__ = "OKso "
-__version__ = '0.1.2'
+__version__ = '0.1.3'