X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=d92890270d9355756b11e45e28cc611a45c9976a;hb=53c0833dd52f70a3f57f00b2dc2ca436dd76e94f;hp=a20a65fe7b892e86917a7a1ef90b1e92aeebcb97;hpb=14384e5984830f007d49429836142c7ecc5dda73;p=bluechips.git diff --git a/setup.py b/setup.py index a20a65f..d928902 100755 --- a/setup.py +++ b/setup.py @@ -9,14 +9,14 @@ except ImportError: setup( name='BlueChips', - version='1.0a4', + version='1.0.3', description='BlueChips - finances for people with shared expenses', long_description=open('README.rst').read(), author='Residents of Blue Sun Corporate Headquarters', author_email='chips@blue-sun-corp.com', url='http://github.com/ebroder/bluechips', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Pylons', 'License :: OSI Approved :: GNU General Public License (GPL)', @@ -26,7 +26,7 @@ setup( 'Topic :: Office/Business :: Financial :: Accounting', ], install_requires=["Pylons>=0.9.6", - "WebHelpers==0.6.4", + "WebHelpers>=1.0a", "SQLAlchemy>=0.5", "AuthKit>=0.4.0", "FormEncode>=1.2.1",