diff --git a/setup.py b/setup.py index 19e6c8b..15e5fad 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages = find_packages(exclude=['tests*']) with open('README.rst', 'r', encoding='utf-8') as f: setup(name='yandex-music', - version='0.0.1', + version='0.0.2', author='Il`ya Semyonov', author_email='Ilya@marshal.by', license='LGPLv3',