Skip to content

Commit

Permalink
Bump version number on trunk after release
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jul 28, 2007
1 parent 5c30f19 commit f4b28ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='RestrictedPython',
version='3.4.2',
version='3.4.3',
url='http://cheeseshop.zope.org/pypi/RestrictedPython',
license='ZPL 2.1',
description='RestrictedPython provides a restricted execution '
Expand Down

0 comments on commit f4b28ee

Please sign in to comment.