diff --git a/NEMbox/__init__.py b/NEMbox/__init__.py index 9e00e8d0..678b8a1c 100644 --- a/NEMbox/__init__.py +++ b/NEMbox/__init__.py @@ -17,7 +17,7 @@ import sys from .menu import Menu -version = "0.2.3.5" +version = "0.2.3.6" def start(): diff --git a/README.md b/README.md index a6ecd676..6d6c37f6 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,8 @@ Enjoy it ! ### 更新日志 +2016-11-07 版本 0.2.3.6 已知错误修复 + 2016-10-16 版本 0.2.3.5 新增进入歌曲专辑功能 2016-10-13 版本 0.2.3.4 新增查看歌曲评论 diff --git a/setup.py b/setup.py index dfc74613..b8b68614 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='NetEase-MusicBox', - version='0.2.3.5', + version='0.2.3.6', packages=find_packages(), install_requires=[ 'requests',