Skip to content

Commit 49499b4

Browse files
Merge pull request #6 from databrickslabs/issue/apply_changes_infer_version_col_datatype
Updated setup.py for version v0.0.3
2 parents 38e08f0 + 58f8335 commit 49499b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020
setup(
2121
name="dlt_meta",
22-
version="0.0.2.3",
22+
version="0.0.3",
2323
python_requires=">=3.8",
2424
setup_requires=["wheel>=0.37.1,<=0.40.0"],
2525
install_requires=INSTALL_REQUIRES,

0 commit comments

Comments
 (0)