diff --git a/setup.py b/setup.py index 1360bd7..b1206c5 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,10 @@ requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel', 'zope.component'] +version = '0.4.3' + setup(name='pyramid_formalchemy', - version='0.4.3', + version=version, description='FormAlchemy plugins and helpers for Pyramid', long_description=README + '\n\nCHANGES\n=======\n\n' + CHANGES, classifiers=[