mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Bumped version to 0.3.1 for release
This commit is contained in:
parent
0105940e98
commit
1a7ec0d947
2 changed files with 3 additions and 6 deletions
|
|
@ -3,11 +3,8 @@
|
|||
Django ImageKit
|
||||
|
||||
Author: Justin Driscoll <justin.driscoll@gmail.com>
|
||||
Version: 0.3
|
||||
Version: 0.3.1
|
||||
|
||||
"""
|
||||
VERSION = "0.3"
|
||||
|
||||
|
||||
|
||||
VERSION = "0.3.1"
|
||||
|
||||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-imagekit',
|
||||
version='0.3',
|
||||
version='0.3.1',
|
||||
description='Automated image processing for Django models.',
|
||||
author='Justin Driscoll',
|
||||
author_email='justin@driscolldev.com',
|
||||
|
|
|
|||
Loading…
Reference in a new issue