Skip to content

Commit

Permalink
Bump version: 0.9.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Feb 11, 2019
1 parent a5e15dd commit 8662f09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.9.0"
__version__ = "1.0.0"
__all__ = [
"Client",
"Resource",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "0.9.0"
version = "1.0.0"
# The full version, including alpha/beta/rc tags.
release = "0.9.0"
release = "1.0.0"

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

[bumpversion:file:deezer/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def read(*paths):
return f.read()


version = "0.9.0"
version = "1.0.0"

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

0 comments on commit 8662f09

Please sign in to comment.