__init__.py - CodeChat PackageΒΆ

This file defines this directory as a Python package, which contains the CodeChat application.

Give the version number, which is read by setup.py - Package and install CodeChat during packaging. This is chosen following the version convention.

__version__ = '1.3.1'