diff --git a/deezer/__init__.py b/deezer/__init__.py index e0450e75..f07e8ccd 100644 --- a/deezer/__init__.py +++ b/deezer/__init__.py @@ -11,7 +11,7 @@ User, ) -__version__ = "1.6.0" +__version__ = "1.6.1" __all__ = [ "Client", "Resource", diff --git a/setup.cfg b/setup.cfg index aeb7250a..02705a47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.6.0 +current_version = 1.6.1 tag_name = {new_version} [bumpversion:file:deezer/__init__.py]