Skip to content

Commit

Permalink
1.4pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed May 23, 2012
1 parent 05f2cc6 commit a2755af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '1.4dev'
version = '1.4pre2'
shortdesc = 'Ajax convenience.'
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
longdesc += open(os.path.join(os.path.dirname(__file__), 'LICENSE.rst')).read()
Expand Down

0 comments on commit a2755af

Please sign in to comment.