Skip to content

Commit 4983aac

Browse files
committed
bumping up the version number
1 parent edede7b commit 4983aac

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
@@ -86,9 +86,9 @@
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = '0.1.3b0'
89+
version = '0.1.3b1'
9090
# The full version, including alpha/beta/rc tags.
91-
release = '0.1.3b0'
91+
release = '0.1.3b1'
9292

9393
# The language for content autogenerated by Sphinx. Refer to documentation
9494
# 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.3b0',
68+
version='0.1.3b1',
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)