Skip to content

Commit 7290bbd

Browse files
Release: 2.19.2
1 parent 67b6909 commit 7290bbd

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
@@ -252,7 +252,7 @@
252252

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

src/datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "2.19.1"
16+
__version__ = "2.19.2"
1717

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

0 commit comments

Comments
 (0)