Skip to content

Commit 5bc064d

Browse files
committed
Release: 1.9.0
1 parent b7eb3d1 commit 5bc064d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = ""
2727
# The full version, including alpha/beta/rc tags
28-
release = "1.8.0"
28+
release = "1.9.0"
2929

3030

3131
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
setup(
200200
name="datasets",
201-
version="1.8.1.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
201+
version="1.9.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
202202
description=DOCLINES[0],
203203
long_description="\n".join(DOCLINES[2:]),
204204
author="HuggingFace Inc.",

src/datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# pylint: enable=line-too-long
1919
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position
2020

21-
__version__ = "1.8.1.dev0"
21+
__version__ = "1.9.0"
2222

2323
import pyarrow
2424
from pyarrow import total_allocated_bytes

0 commit comments

Comments
 (0)