Skip to content

Commit f69b398

Browse files
authored
Merge pull request #107 from ntucllab/v0.1.3b0
version 0.1.3b0
2 parents 4e3d616 + aeb157b commit f69b398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
# built documents.
8585
#
8686
# The short X.Y version.
87-
version = '0.1.2'
87+
version = '0.1.3b0'
8888
# The full version, including alpha/beta/rc tags.
89-
release = '0.1.2'
89+
release = '0.1.3b0'
9090

9191
# The language for content autogenerated by Sphinx. Refer to documentation
9292
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
setup(
6767
name='libact',
68-
version='0.1.2',
68+
version='0.1.3b0',
6969
description='Pool-based active learning in Python',
7070
long_description=open('README.md').read(),
7171
author='Y.-Y. Yang, S.-C. Lee, Y.-A. Chung, T.-E. Wu, H.-T. Lin',

0 commit comments

Comments
 (0)