File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 115115for details.
116116"""
117117
118- __version__ = "0.4 .0"
118+ __version__ = "0.5 .0"
119119__author__ = "Qian Xu"
Original file line number Diff line number Diff line change 11[project ]
22name = " doa_py"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " DOA estimation algorithms implemented in Python"
55readme = " README.md"
66license = { text = " MIT" }
@@ -20,6 +20,7 @@ classifiers = [
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2324]
2425urls = { Homepage = " https://github.com/zhiim/doa_py" }
2526dependencies = [
Original file line number Diff line number Diff line change @@ -33,5 +33,6 @@ def find_version():
3333 "Programming Language :: Python :: 3.10" ,
3434 "Programming Language :: Python :: 3.11" ,
3535 "Programming Language :: Python :: 3.12" ,
36+ "Programming Language :: Python :: 3.13" ,
3637 ],
3738)
You can’t perform that action at this time.
0 commit comments