diff --git a/setup.py b/setup.py index 31efe0a..78628f6 100644 --- a/setup.py +++ b/setup.py @@ -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',