Skip to content

Commit c88e24e

Browse files
committed
SuPar v1.0.1-a1
1 parent 2e1f634 commit c88e24e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

33
[![build](https://github.com/yzhangcs/parser/workflows/build/badge.svg)](https://github.com/yzhangcs/parser/actions)
44
[![docs](https://readthedocs.org/projects/parser/badge/?version=latest)](https://parser.readthedocs.io/en/latest)
5-
[![release](https://img.shields.io/github/v/release/yzhangcs/parser)](https://yzhangcs/parser/releases)
5+
[![release](https://img.shields.io/github/v/release/yzhangcs/parser)](https://github.com/yzhangcs/parser/releases)
66
[![downloads](https://pepy.tech/badge/supar)](https://pepy.tech/project/supar)
77
[![LICENSE](https://img.shields.io/github/license/yzhangcs/parser)](https://github.com/yzhangcs/parser/blob/master/LICENSE)
88

setup.py

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

55
setup(
66
name='supar',
7-
version='1.0.0-a1',
7+
version='1.0.1-a1',
88
author='Yu Zhang',
99
author_email='yzhang.cs@outlook.com',
1010
description='Syntactic Parsing Models',

supar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'VISemanticDependencyParser',
1616
'Parser']
1717

18-
__version__ = '1.0.0-a1'
18+
__version__ = '1.0.1-a1'
1919

2020
PARSER = {parser.NAME: parser for parser in [BiaffineDependencyParser,
2121
CRFNPDependencyParser,

0 commit comments

Comments
 (0)