Skip to content

Commit

Permalink
bump version to 2.0.2 (#76)
Browse files Browse the repository at this point in the history
* Update build_check.yml

* Update setup.py
  • Loading branch information
Ying Xiong committed Jun 25, 2021
1 parent 26088d1 commit 43e2566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build_check.yml
Expand Up @@ -5,6 +5,10 @@ name: build
on:
pull_request:
branches: [master]
push:
paths-ignore:
- 'docs/**'
branches: [master]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -92,7 +92,7 @@ def build_extension(self, ext):

setup_kwargs = dict(
name="lightseq",
version="2.0.0",
version="2.0.2",
author="Xiaohui Wang, Ying Xiong, Xian Qian, Yang Wei",
author_email="wangxiaohui.neo@bytedance.com, xiongying.taka@bytedance.com"
", qian.xian@bytedance.com, weiyang.god@bytedance.com",
Expand Down

0 comments on commit 43e2566

Please sign in to comment.