Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gpennington committed Sep 18, 2013
2 parents e64b7a1 + 21e132a commit a5c08cf
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
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.8.4'
version = '0.9.1'

setup(name='django-cas',
version=version,
Expand All @@ -25,4 +25,4 @@
packages=find_packages(),
include_package_data=True,
zip_safe=True,
)
)

0 comments on commit a5c08cf

Please sign in to comment.