From ea81777c0c7f9e13a44140c23e554e9195a6ec29 Mon Sep 17 00:00:00 2001 From: Il`ya Semyonov Date: Sat, 28 Mar 2020 22:34:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=20pypi.=20=D0=9F=D1=80=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=BE=20Making=20a=20PyPI-friendly=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',