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

Commit

Permalink
Bumped version to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Oct 21, 2011
1 parent fc171d9 commit eaf83ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -9,18 +9,18 @@ def read(fname):

setup(
name = 'django-pjax',
version = '1.0',
version = '1.1',
description = 'A Django helper for jQuery-PJAX.',
license = 'BSD',
long_description = read('README.rst'),
url = 'https://github.com/jacobian/django-pjax',

author = 'Jacob Kaplan-Moss',
author_email = 'jacob@jacobian.org',

py_modules = ['djpjax'],
install_requires = ['django>=1.3'],

classifiers = (
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit eaf83ba

Please sign in to comment.