Skip to content

Commit 218e496

Browse files
committed
Release: 1.18.1
1 parent 2ae2d0e commit 218e496

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.18.0"
28+
release = "1.18.1"
2929

3030

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

setup.py

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

229229
setup(
230230
name="datasets",
231-
version="1.18.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)
231+
version="1.18.1", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
232232
description="HuggingFace community-driven open-source library of datasets",
233233
long_description=open("README.md", "r", encoding="utf-8").read(),
234234
long_description_content_type="text/markdown",

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.18.1.dev0"
21+
__version__ = "1.18.1"
2222

2323
import pyarrow
2424
from packaging import version as _version

0 commit comments

Comments
 (0)