Skip to content

Commit 2d250e6

Browse files
committed
🔖 Bump version
1 parent 657263e commit 2d250e6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ repos:
7575
additional_dependencies:
7676
- markdown-it-texmath
7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.11.12
78+
rev: v0.11.13
7979
hooks:
8080
- id: ruff
8181
- id: ruff-format
8282
- repo: https://github.com/kumaraditya303/mirrors-pyright
83-
rev: v1.1.401
83+
rev: v1.1.402
8484
hooks:
8585
- id: pyright
8686
# - repo: https://github.com/NixOS/nixfmt

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,7 @@ The following build systems respect it:
255255
For autotools, you must include
256256
[`variables.mak`](tests/examples/autotools/program/variables.mak) in your
257257
`Makefile.am`.
258+
259+
## TODO
260+
261+
- [ ] get version from scm: `dynamic = ["version"]` in `pyproject.toml`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "xmake_python"
66
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
77
[project]
88
name = "xmake-python"
9-
version = "0.1.4"
9+
version = "0.1.5"
1010
description = "xmake Python build system (PEP 517)"
1111
readme = "README.md"
1212
# from typing import Self

0 commit comments

Comments
 (0)