Skip to content

Commit 8f723d2

Browse files
author
abujabarmubarak
committed
ENH: Add engine='polars' support in read_csv and update version to 2.3.3.dev0
1 parent 78d74fe commit 8f723d2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
__version__ = v.get("closest-tag", v["version"])
188188
__git_version__ = v.get("full-revisionid")
189189
del get_versions, v
190-
190+
__version__ = "2.3.3.dev0"
191191

192192
# module level doc-string
193193
__doc__ = """

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ build-backend = "mesonpy"
1616

1717
[project]
1818
name = 'pandas'
19-
dynamic = [
20-
'version'
21-
]
19+
version = "2.3.3.dev0"
20+
2221
description = 'Powerful data structures for data analysis, time series, and statistics'
2322
readme = 'README.md'
2423
authors = [

0 commit comments

Comments
 (0)