Skip to content

Commit 9aad916

Browse files
committed
chore: version bump to 0.1.0
1 parent 613203e commit 9aad916

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quatorch"
3-
version = "0.1.0a1"
3+
version = "0.1.0"
44
description = "Quaternion operations in pure PyTorch"
55
keywords = ["quaternion", "rotation", "3d", "orientation", "pytorch"]
66
readme = "README.md"
@@ -18,8 +18,7 @@ maintainers = [
1818
]
1919

2020
classifiers = [
21-
# TODO change to 5 - Production/Stable
22-
"Development Status :: 4 - Beta",
21+
"Development Status :: 5 - Production/Stable",
2322
"Intended Audience :: Science/Research",
2423

2524
# TODO verify "License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)