Bump version

This commit is contained in:
Jan-Jelle Kester 2015-05-15 00:55:42 +02:00
parent 909b07f921
commit 9fc527aa7e
2 changed files with 3 additions and 3 deletions

View file

@ -59,9 +59,9 @@ copyright = u'2014, Jan-Jelle Kester'
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '0.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='django-auditlog',
version='0.2.1',
version='0.3.0',
packages=['auditlog', 'auditlog.migrations'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',