Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cwmath"
version = "1.0.1"
version = "1.0.2"

authors = [{ name = "Cadwork", email = "it@cadwork.ca" }]
requires-python = ">=3.14"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def test_no_legacy_names_or_version() -> None:
for name in LEGACY_NAMES:
assert not hasattr(cwmath, name)
assert name not in cwmath.__all__
assert importlib.metadata.version('cwmath') == '1.0.1'
assert importlib.metadata.version('cwmath') == '1.0.2'