Skip to content

Commit

Permalink
Bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Run1e committed Apr 16, 2020
1 parent f3519d0 commit 1aadff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asyncspotify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__title__ = 'asyncspotify'
__author__ = 'RUNIE'
__version__ = '0.12.0'
__version__ = '0.12.1'
__license__ = 'MIT'

import logging
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.12.0'
release = '0.12.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="asyncspotify",
version="0.12.0",
version="0.12.1",
author="RUNIE",
author_email="runar-borge@hotmail.com",
description="Spotify Web API implementation that is fully asynchronous and object-oriented.",
Expand Down

0 comments on commit 1aadff9

Please sign in to comment.