diff --git a/setup.py b/setup.py index edc39d6..f2bd1a1 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup from setuptools import find_packages -VERSION = '1.0.0' +VERSION = '1.2.0' setup( name = 'alertlogic_cli', packages=find_packages(exclude=['contrib', 'docs', 'tests*']),