diff --git a/setup.py b/setup.py index f3cf4a9..d59538a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup -VERSION = '1.1.0' +VERSION = '1.1.2' DESCRIPTION = 'A custom python applications logging handler. Use custom JSON format and sends logs via Telegram Bot Api.' LONG_DESCRIPTION = open('README.md').read() + '\n\n' + open('CHANGELOG.md').read()