Skip to content

Commit

Permalink
Merge pull request #67 from JiamingMai/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
JiamingMai authored Jan 16, 2025
2 parents c986f7d + cfe5c20 commit 0065c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="alluxiofs",
version="1.0.4",
version="1.0.6",
description="Alluxio Fsspec provides Alluxio filesystem spec implementation.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -33,8 +33,8 @@
]
},
python_requires=">=3.8",
maintainer="Lu Qiu",
maintainer_email="[email protected]",
maintainer="Jiaming Mai, Xiaodong Yang, Lu Qiu",
maintainer_email="[email protected], [email protected], [email protected]",
entry_points={
"fsspec.specs": [
"alluxio=alluxiofs.AlluxioFileSystem",
Expand Down

0 comments on commit 0065c14

Please sign in to comment.