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.
1 parent 9fc0228 commit cc5f998Copy full SHA for cc5f998
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "xmake_python"
6
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
7
[project]
8
name = "xmake-python"
9
-version = "0.0.6"
+version = "0.0.7"
10
description = "xmake Python build system (PEP 517)"
11
readme = "README.md"
12
# from typing import Self
src/xmake_python/__main__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.6"
+__version__ = "0.0.7"
2
3
if __name__ == "__main__":
4
print(__version__)
0 commit comments