Skip to content

Commit faf3d79

Browse files
Release: 1.18.4
1 parent 5e9f479 commit faf3d79

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.3"
28+
release = "1.18.4"
2929

3030

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

setup.py

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

230230
setup(
231231
name="datasets",
232-
version="1.18.3", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
232+
version="1.18.4", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
233233
description="HuggingFace community-driven open-source library of datasets",
234234
long_description=open("README.md", encoding="utf-8").read(),
235235
long_description_content_type="text/markdown",

src/datasets/__init__.py

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

20-
__version__ = "1.18.3"
20+
__version__ = "1.18.4"
2121

2222
import pyarrow
2323
from packaging import version as _version

0 commit comments

Comments
 (0)