Skip to content

Commit

Permalink
Release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Jan 4, 2021
1 parent 16f8f8f commit dae6880
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.1.3'
release = '1.2.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 @@ -139,7 +139,7 @@

setup(
name='datasets',
version="1.1.3",
version="1.2.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.1.3"
__version__ = "1.2.0"

import pyarrow
from pyarrow import total_allocated_bytes
Expand Down

0 comments on commit dae6880

Please sign in to comment.