diff --git a/setup.py b/setup.py
index e717c91..2f3146e 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='ncc',
-    version='1.0.2',
+    version='1.1.0',
     packages=['ncc'],
     install_requires=[
         'click',