Skip to content

Commit

Permalink
Merge pull request #7 from LucienShui/feature/version_0_1_0
Browse files Browse the repository at this point in the history
Bump version to 0.1.0
  • Loading branch information
LucienShui authored Oct 12, 2020
2 parents d28a7ad + 74b9161 commit 1dc28bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pip install flow-network
```

[样例代码](tests.py)
[样例代码](https://github.com/LucienShui/flow-network/blob/main/tests.py)

## Reference

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def build_extension(self, ext: CustomExtension):

setup(
name='flow-network',
version='0.0.3',
version='0.1.0',
author='Lucien Shui',
author_email='lucien@lucien.ink',
url='https://github.com/LucienShui/flow-network',
Expand Down

0 comments on commit 1dc28bf

Please sign in to comment.