New version for pip

This commit is contained in:
Santiago Lezica 2016-10-06 10:54:50 -03:00
parent 7e078bf084
commit 7566f29882
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name = 'frozendict',
version = '1.1',
version = '1.2',
url = 'https://github.com/slezica/python-frozendict',
author = 'Santiago Lezica',