Skip to content

Commit 27c799a

Browse files
committed
ready for v0.5.0
1 parent ca7305f commit 27c799a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doa_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@
115115
for details.
116116
"""
117117

118-
__version__ = "0.4.0"
118+
__version__ = "0.5.0"
119119
__author__ = "Qian Xu"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "doa_py"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "DOA estimation algorithms implemented in Python"
55
readme = "README.md"
66
license = { 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
]
2425
urls = { Homepage = "https://github.com/zhiim/doa_py" }
2526
dependencies = [

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)