Skip to content

Commit 701adc7

Browse files
committed
update author information and version to 0.1.2
1 parent d620997 commit 701adc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@
4949

5050
setup(
5151
name='libact',
52-
version='0.1.1',
52+
version='0.1.2',
5353
description='Pool-based active learning in Python',
5454
long_description='Pool-based active learning in Python',
55-
author='Y.-A. Chung, S.-C. Lee, T.-E. Wu, Y.-Y. Yang, H.-T. Lin',
56-
author_email='[email protected]',
55+
author='Y.-Y. Yang, S.-C. Lee, Y.-A. Chung, T.-E. Wu, H.-T. Lin',
56+
57+
5758
url='https://github.com/ntucllab/libact',
5859
cmdclass=cmdclasses,
5960
classifiers=[

0 commit comments

Comments
 (0)