Revert increase version number - the release script does that

This commit is contained in:
Otto Winter 2019-10-17 21:26:07 +02:00
parent 3aa6da676a
commit 3bba507d4c
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"""aioesphomeapi setup script."""
from setuptools import find_packages, setup
VERSION = '2.2.4'
VERSION = '2.2.0'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'