Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasem committed Sep 19, 2019
1 parent 6eae6c6 commit 4f61841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
files = setup.py

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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',
Expand Down

0 comments on commit 4f61841

Please sign in to comment.