bump version to 1.1

This commit is contained in:
Benjamin Dauvergne 2012-12-11 17:30:08 +01:00
parent deff320526
commit 0094a6be1d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
import os
setup(name='django-journal',
version='1.0',
version='1.1',
license='AGPLv3',
description='Keep a structured -- i.e. not just log strings -- journal'
' of events in your applications',