We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef3396 + 63dda68 commit dc70d77Copy full SHA for dc70d77
2 files changed
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+v0.0.2
5
+------
6
+
7
+*2025-08-05* -- Specify compile arguments in setup.py. Build for MacOS and Windows.
8
9
v0.0.1
10
------
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
# this is used populated when creating a git archive
# and when there is .git dir and/or there is no git installed
-fallback_version = "0.0.1"
+fallback_version = "0.0.2"
[tool.pytest.ini_options]
11
norecursedirs = [
0 commit comments