From 5737930c158f2512ec4b4f1a480945aa0e598bd2 Mon Sep 17 00:00:00 2001 From: yangarbiter Date: Wed, 17 May 2017 17:45:32 +0800 Subject: [PATCH] bumping version to 0.1.3 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a8db50f..5b79cc1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,9 +86,9 @@ # built documents. # # The short X.Y version. -version = '0.1.3b1' +version = '0.1.3' # The full version, including alpha/beta/rc tags. -release = '0.1.3b1' +release = '0.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a5d6ad8..a8b5da1 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( name='libact', - version='0.1.3b1', + version='0.1.3', description='Pool-based active learning in Python', long_description=open('README.md').read(), author='Y.-Y. Yang, S.-C. Lee, Y.-A. Chung, T.-E. Wu, H.-T. Lin',