Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 25, 2019
1 parent b602db2 commit 6309706
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__ = "1.1.0"
__version__ = "1.1.1"
__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 = "1.1.0"
version = "1.1.1"
# The full version, including alpha/beta/rc tags.
release = "1.1.0"
release = "1.1.1"

# 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 = 1.1.0
current_version = 1.1.1
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 = "1.1.0"
version = "1.1.1"

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

0 comments on commit 6309706

Please sign in to comment.