Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Changed version and fixed requests requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Nov 10, 2011
1 parent 952206f commit c109eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

setuptools.setup(
name='roan',
version='0.0.1',
version='0.1',
description='Django per-model cache purging',
long_description=README,
author='CobraTeam',
author_email='[email protected]',
packages=['roan'],
include_package_data=True,
install_requires=['Django>=1.2', 'request==0.7.6'],
install_requires=['Django>=1.2', 'requests==0.7.6'],
)

0 comments on commit c109eb1

Please sign in to comment.