bump v0.1.3

This commit is contained in:
nitely 2014-08-18 15:33:01 -03:00
parent 308b7cc705
commit 3a7d83a45d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-spirit',
version='0.1.2',
version='0.1.3',
description='Spirit is a Python based forum powered by Django.',
author='Esteban Castro Borsani',
author_email='ecastroborsani@gmail.com',

View File

@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'