Skip to content

Commit 23f37b2

Browse files
committed
Release: 2.3.1
1 parent 73868ff commit 23f37b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

202202
setup(
203203
name="datasets",
204-
version="2.3.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)
204+
version="2.3.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)
205205
description="HuggingFace community-driven open-source library of datasets",
206206
long_description=open("README.md", encoding="utf-8").read(),
207207
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__ = "2.3.1.dev0"
20+
__version__ = "2.3.1"
2121

2222
import pyarrow
2323
from packaging import version

0 commit comments

Comments
 (0)