Skip to content

Commit f9a70d9

Browse files
committed
update version
1 parent 4153982 commit f9a70d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.8.0'
25+
release = '0.9.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

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.8.0"
3+
version = "0.9.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
@@ -3,4 +3,4 @@
33
from .core import UltraFastList # noqa:F401
44
from .ulist import IndexList # noqa:F401
55

6-
__version__ = "0.8.0"
6+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)