diff --git a/setup.py b/setup.py index 2640114..87942ce 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from codecs import open from os import path -__version__ = '1.1' +__version__ = '1.1.1' here = path.abspath(path.dirname(__file__)) OFFICIAL_URL = "https://github.com/penguinmenac3/leanai"