Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 30, 2018
1 parent 156e24a commit 2575754
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -9,7 +9,7 @@
from deezer.resources import Genre, Track, User, Comment, Radio


__version__ = "0.7.0"
__version__ = "0.8.0"
__all__ = [
"Client",
"Resource",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.0'
version = '0.8.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.7.0
current_version = 0.8.0
tag_name = {new_version}

[bumpversion:file:deezer/__init__.py]
Expand All @@ -11,7 +11,7 @@ tag_name = {new_version}
[bumpversion:file:setup.py]

[check-manifest]
ignore =
ignore =
.github
.github/*
.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def read(*paths):
return f.read()


version = "0.7.0"
version = "0.8.0"

setup(
name="deezer-python",
Expand Down

0 comments on commit 2575754

Please sign in to comment.