diff --git a/MANIFEST.in b/MANIFEST.in index 9d563ba..e904d6f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include LICENSE Pipfile.lock \ No newline at end of file +include LICENSE Pipfile.lock CHANGES.rst \ No newline at end of file diff --git a/setup.py b/setup.py index 18cafc2..4688427 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ with open('CHANGES.rst', 'r', encoding='utf-8') as f: setup(name='yandex-music', - version='0.1.1', + version='0.1.2', author='Il`ya Semyonov', author_email='Ilya@marshal.by', license='LGPLv3',