Skip to content

Commit c2eb4cd

Browse files
authored
Merge pull request #199 from Rust-Data-Science/wip-na-behaviors
update ver.
2 parents 0c0beca + e10594f commit c2eb4cd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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 ---------------------------------------------------
@@ -59,4 +59,4 @@
5959

6060
master_doc = 'index'
6161

62-
source_suffix = { '.rst': 'restructuredtext' }
62+
source_suffix = {'.rst': 'restructuredtext'}

ulist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ulist"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["tushushu"]
55
edition = "2018"
66

ulist/python/ulist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .io import read_csv # noqa:F401
55
from .ulist import IndexList # noqa:F401
66

7-
__version__ = "0.10.0"
7+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)