Skip to content

Commit d153d82

Browse files
committed
Bump version to 1.3.1
1 parent 8c6f802 commit d153d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
setup(
1919
name='html-table-extractor',
2020
url='https://github.com/yuanxu-li/html-table-extractor',
21-
version='1.3.0',
21+
version='1.3.1',
2222
author='Justin Li',
2323
author_email='[email protected]',
2424
description='A python library for extracting data from html table',
@@ -40,4 +40,4 @@
4040
'beautifulsoup4==4.5.3',
4141
],
4242
long_description=long_description,
43-
)
43+
)

0 commit comments

Comments
 (0)