Skip to content

Commit

Permalink
Release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Feb 15, 2021
1 parent 2bcfc91 commit ef633da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = '1.2.1'
release = '1.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

setup(
name="datasets",
version="1.2.1",
version="1.3.0",
description=DOCLINES[0],
long_description="\n".join(DOCLINES[2:]),
author="HuggingFace Inc.",
Expand Down
2 changes: 1 addition & 1 deletion src/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# pylint: enable=line-too-long
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position

__version__ = "1.2.1"
__version__ = "1.3.0"

import pyarrow
from pyarrow import total_allocated_bytes
Expand Down

0 comments on commit ef633da

Please sign in to comment.