change version

This commit is contained in:
Andrew Mleczko
2011-11-03 14:46:42 +01:00
parent c7fee04ee2
commit 33641687d0
+1 -1
View File
@@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel']
setup(name='pyramid_formalchemy',
version='0.4.2dev',
version='0.4.2',
description='FormAlchemy plugins and helpers for Pyramid',
long_description=README + '\n\nCHANGES\n=======\n\n' + CHANGES,
classifiers=[