diff --git a/setup.py b/setup.py index c246e8d..5ea8b87 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.0.3" +version = "1.1.0" def readme(): with open("README.rst") as f: