Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
amikrop committed Apr 1, 2019
1 parent a0bbdea commit 4f40b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiomixcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from aiomixcloud.exceptions import MixcloudError, MixcloudOAuthError


__version__ = '0.0.9'
__version__ = '0.0.10'
__author__ = 'Aristotelis Mikropoulos <amikrop@gmail.com>'
__license__ = 'MIT'
__url__ = 'https://github.com/amikrop/aiomixcloud'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version = re.search(r'__version__ = \'(.*?)\'', f.read()).group(1)

with open('README.rst') as f:
long_description = '\n\n' + f.read()
long_description = f.read()


setup(
Expand Down

0 comments on commit 4f40b4d

Please sign in to comment.