diff --git a/setup.py b/setup.py index 3407688..96d39e3 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup import os -version = (2, 2, 2) +version = (2, 3, 0) from os import path this_directory = path.abspath(path.dirname(__file__))