Skip to content

Commit 2ed762b

Browse files
Release: 1.13.1
1 parent 310a548 commit 2ed762b

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.13.0"
28+
release = "1.13.1"
2929

3030

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

setup.py

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

224224
setup(
225225
name="datasets",
226-
version="1.13.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)
226+
version="1.13.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)
227227
description=DOCLINES[0],
228228
long_description="\n".join(DOCLINES[2:]),
229229
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.13.1.dev0"
21+
__version__ = "1.13.1"
2222

2323
import pyarrow
2424
from packaging import version as _version

0 commit comments

Comments
 (0)