File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ All contributions are welcome. See `Developer Guide <https://github.com/tushushu
112112 :target: https://github.com/tushushu/ulist/actions/workflows/main.yml
113113.. |doc | image :: https://github.com/tushushu/ulist/actions/workflows/sphinx.yml/badge.svg
114114 :target: https://github.com/tushushu/ulist/actions/workflows/sphinx.yml
115- .. |publish | image :: https://github.com/tushushu/ulist/actions/workflows/publish.yml/badge.svg?branch=0.10 .0
115+ .. |publish | image :: https://github.com/tushushu/ulist/actions/workflows/publish.yml/badge.svg?branch=0.11 .0
116116 :target: https://github.com/tushushu/ulist/actions/workflows/publish.yml
117117.. |code style | image :: https://img.shields.io/badge/style-flake8-blue
118118 :target: https://github.com/PyCQA/flake8
Original file line number Diff line number Diff line change 2222author = 'tushushu'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.10 .0'
25+ release = '0.11 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
5959
6060master_doc = 'index'
6161
62- source_suffix = { '.rst' : 'restructuredtext' }
62+ source_suffix = {'.rst' : 'restructuredtext' }
Original file line number Diff line number Diff line change 11[package ]
22name = " ulist"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [" tushushu" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 44from .io import read_csv # noqa:F401
55from .ulist import IndexList # noqa:F401
66
7- __version__ = "0.10 .0"
7+ __version__ = "0.11 .0"
You can’t perform that action at this time.
0 commit comments