diff --git a/setup.py b/setup.py index 8956c40..0b7052c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.1.8" +version = "1.2.0" def readme(): with open("README.rst") as f: