Skip to content

Commit acca8f4

Browse files
committed
Release: 1.16.1
1 parent 5071785 commit acca8f4

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.16.0"
28+
release = "1.16.1"
2929

3030

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

setup.py

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

220220
setup(
221221
name="datasets",
222-
version="1.16.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)
222+
version="1.16.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)
223223
description="HuggingFace community-driven open-source library of datasets",
224224
long_description=open("README.md", "r", encoding="utf-8").read(),
225225
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.16.1.dev0"
21+
__version__ = "1.16.1"
2222

2323
import pyarrow
2424
from packaging import version as _version

0 commit comments

Comments
 (0)