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
112
112
:target: https://github.com/tushushu/ulist/actions/workflows/main.yml
113
113
.. |doc | image :: https://github.com/tushushu/ulist/actions/workflows/sphinx.yml/badge.svg
114
114
: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
116
116
:target: https://github.com/tushushu/ulist/actions/workflows/publish.yml
117
117
.. |code style | image :: https://img.shields.io/badge/style-flake8-blue
118
118
:target: https://github.com/PyCQA/flake8
Original file line number Diff line number Diff line change 22
22
author = 'tushushu'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.10 .0'
25
+ release = '0.11 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
59
59
60
60
master_doc = 'index'
61
61
62
- source_suffix = { '.rst' : 'restructuredtext' }
62
+ source_suffix = {'.rst' : 'restructuredtext' }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ulist"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
authors = [" tushushu" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 4
4
from .io import read_csv # noqa:F401
5
5
from .ulist import IndexList # noqa:F401
6
6
7
- __version__ = "0.10 .0"
7
+ __version__ = "0.11 .0"
You can’t perform that action at this time.
0 commit comments