We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e05e59 commit 6f75a8cCopy full SHA for 6f75a8c
docs/index.rst
@@ -55,6 +55,10 @@ User Guide:
55
Changelog:
56
++++++++++
57
58
+**3.2.1 (2026-1-18)**
59
+
60
+- fix bug with install (#342) (@sblunt)
61
62
**3.2.0 (2025-7-18)**
63
64
- modernize install: setup.py -> pyproject.toml (@sblunt)
orbitize/__init__.py
@@ -1,6 +1,6 @@
1
import os
2
3
-__version__ = "3.2.0"
+__version__ = "3.2.1"
4
5
# set Python env variable to keep track of example data dir
6
orbitize_dir = os.path.dirname(__file__)
pyproject.toml
@@ -3,6 +3,7 @@ requires = [
"setuptools",
"numpy",
"cython",
+ "wheel"
7
]
8
build-backend = "setuptools.build_meta"
9
0 commit comments