diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0d5786e..0ef3e91 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 files = setup.py diff --git a/README.md b/README.md index 7845810..4a221de 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ VK Songs ======== ![Python 3.5, 3.6, 3.7](https://img.shields.io/pypi/pyversions/vk_songs.svg) -[![GitHub License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/vanyasem/VK-Songs/master/LICENSE) [![PyPI](https://img.shields.io/pypi/v/vk-songs.svg)](https://pypi.python.org/pypi/VK-Songs) +[![AUR](https://repology.org/badge/version-for-repo/aur/vk-songs.svg)](https://aur.archlinux.org/packages/vk-songs) [![Travis](https://img.shields.io/travis/vanyasem/VK-Songs.svg)](https://travis-ci.org/vanyasem/VK-Songs) vk-songs is a command-line application written in Python that downloads VK audio files. Use responsibly. diff --git a/setup.py b/setup.py index ab80844..b2c696a 100644 --- a/setup.py +++ b/setup.py @@ -36,15 +36,15 @@ setup( name='VK-Songs', - version='0.0.1', + version='0.1.0', description='', url='https://github.com/vanyasem/VK-Songs', - download_url='https://github.com/vanyasem/VK-Songs/archive/v0.0.1.tar.gz', + download_url='https://github.com/vanyasem/VK-Songs/archive/v0.1.0.tar.gz', author='Ivan Semkin', author_email='ivan@semkin.ru', license='GPL-3.0', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Natural Language :: English',