Skip to content

Commit 6f75a8c

Browse files
committed
address #342
1 parent 0e05e59 commit 6f75a8c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ User Guide:
5555
Changelog:
5656
++++++++++
5757

58+
**3.2.1 (2026-1-18)**
59+
60+
- fix bug with install (#342) (@sblunt)
61+
5862
**3.2.0 (2025-7-18)**
5963

6064
- modernize install: setup.py -> pyproject.toml (@sblunt)

orbitize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "3.2.0"
3+
__version__ = "3.2.1"
44

55
# set Python env variable to keep track of example data dir
66
orbitize_dir = os.path.dirname(__file__)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requires = [
33
"setuptools",
44
"numpy",
55
"cython",
6+
"wheel"
67
]
78
build-backend = "setuptools.build_meta"
89

0 commit comments

Comments
 (0)