mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Updated version number and setup requirements
This commit is contained in:
parent
a0cd5c5774
commit
54903c7e77
2 changed files with 4 additions and 4 deletions
|
|
@ -3,10 +3,10 @@
|
|||
Django ImageKit
|
||||
|
||||
Author: Justin Driscoll <justin.driscoll@gmail.com>
|
||||
Version: 1.0
|
||||
Version: 0.2
|
||||
|
||||
"""
|
||||
VERSION = (1, 0, 'pre')
|
||||
VERSION = "0.2"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-imagekit',
|
||||
version='0.1',
|
||||
version='0.2',
|
||||
description='Automated image processing for Django models.',
|
||||
author='Justin Driscoll',
|
||||
author_email='justin.driscoll@gmail.com',
|
||||
|
|
@ -24,5 +24,5 @@ setup(
|
|||
zip_safe=False,
|
||||
# Tells setuptools to download setuptools_git before running setup.py so
|
||||
# it can find the data files under Hg version control.
|
||||
setup_requires=['hg.setuptools'],
|
||||
setup_requires=['setuptools_hg'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue