Bump version number

This commit is contained in:
Jan-Jelle Kester 2015-07-29 23:53:29 +02:00
parent 06ab0bc8dd
commit 9b633828cc
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ copyright = u'2015, Jan-Jelle Kester'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'
# 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.3.0',
version='0.3.1',
packages=['auditlog', 'auditlog.migrations'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',