Skip to content

Commit 9be15a7

Browse files
authored
release: 4.1.1 (#7781)
1 parent 25bc354 commit 9be15a7

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
@@ -227,7 +227,7 @@
227227

228228
setup(
229229
name="datasets",
230-
version="4.1.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)
230+
version="4.1.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)
231231
description="HuggingFace community-driven open-source library of datasets",
232232
long_description=open("README.md", encoding="utf-8").read(),
233233
long_description_content_type="text/markdown",

src/datasets/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "4.1.1.dev0"
15+
__version__ = "4.1.1"
1616

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

0 commit comments

Comments
 (0)