Skip to content

Commit 5d22682

Browse files
Release: 2.17.1 (huggingface#6678)
1 parent 58733d2 commit 5d22682

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
@@ -253,7 +253,7 @@
253253

254254
setup(
255255
name="datasets",
256-
version="2.17.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)
256+
version="2.17.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)
257257
description="HuggingFace community-driven open-source library of datasets",
258258
long_description=open("README.md", encoding="utf-8").read(),
259259
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.17.1.dev0"
16+
__version__ = "2.17.1"
1717

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

0 commit comments

Comments
 (0)