From fe24b10f55f5a1bf85ae25a15396a986d1213a7f Mon Sep 17 00:00:00 2001 From: OKso Date: Sun, 9 Feb 2014 01:21:18 +0100 Subject: [PATCH] Version 0.1.3, bugfix --- setup.py | 2 +- tumulus/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'