Skip to content

Commit 98fdc9e

Browse files
Release: 2.20.0 (#6969)
1 parent af3acfd commit 98fdc9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251

252252
setup(
253253
name="datasets",
254-
version="2.19.3.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)
254+
version="2.20.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
255255
description="HuggingFace community-driven open-source library of datasets",
256256
long_description=open("README.md", encoding="utf-8").read(),
257257
long_description_content_type="text/markdown",

src/datasets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.19.3.dev0"
15+
__version__ = "2.20.0"
1616

1717
from .arrow_dataset import Dataset
1818
from .arrow_reader import ReadInstruction

0 commit comments

Comments
 (0)