Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhuYang authored Jan 10, 2025
1 parent d404376 commit adcc7bf
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 @@ -5,9 +5,9 @@

setuptools.setup(
name="quansyn",
version="0.0.6",
version="0.0.9",
author="Mu Yang",
author_email="yuhuyang@163.com",
author_email="yangmufy@163.com",
description="A package for quantitative syntax analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -26,4 +26,4 @@
'scikit_learn==1.0.2',
'scipy==1.9.1',
],
)
)

0 comments on commit adcc7bf

Please sign in to comment.