Bump to version at least as found in PyPI

This commit is contained in:
Jason R. Coombs 2014-07-16 21:18:41 -04:00
parent f28aa4eb03
commit 1e02bd5656
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = 'frozendict',
version = '0.3',
version = '0.4',
url = 'https://github.com/slezica/python-frozendict',
author = 'Santiago Lezica',