Skip to content

Commit

Permalink
update setup and README
Browse files Browse the repository at this point in the history
  • Loading branch information
rentainhe committed Oct 4, 2021
1 parent c0f0360 commit 5e81a01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ visualize_grid_attention_v2(img_path,
**build the following python script for a quick start**
```python
from visualize import draw_line_chart
import numpy as np

# test data
data1 = {"data": [13.15, 14.64, 15.83, 17.99], "name": "data 1"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='visualize',
version='0.5.0', # 版本号
version='0.5.1', # 版本号
author='rentianhe',
author_email='[email protected]',
description='useful visualization function',
Expand Down

0 comments on commit 5e81a01

Please sign in to comment.