This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git
The following commit(s) were added to refs/heads/main by this push:
new 215e16e Bump the version for testing GitHub actions
215e16e is described below
commit 215e16ea852f03d6ed33c8bdaed18fdd3a613d41
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Sep 9 18:47:28 2025 +0100
Bump the version for testing GitHub actions
---
pyproject.toml | 4 ++--
src/asf/example/__init__.py | 2 +-
uv.lock | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 65c4656..6e4fc80 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "asf-example"
# This is automatically updated
-version = "0.0.1-dev30"
+version = "0.0.1-dev31"
description = "Example package for ASF Tooling"
readme = "README.md"
requires-python = ">=3.13"
@@ -48,4 +48,4 @@ select = [
[tool.uv]
# This is automatically updated
-exclude-newer = "2025-09-09T13:41:33Z"
+exclude-newer = "2025-09-09T17:47:18Z"
diff --git a/src/asf/example/__init__.py b/src/asf/example/__init__.py
index 894b8bb..902ec5e 100644
--- a/src/asf/example/__init__.py
+++ b/src/asf/example/__init__.py
@@ -37,7 +37,7 @@ import tomlkit.items
PROJECT: Final[str] = "asf-example"
# This is automatically updated
-VERSION: Final[str] = "0.0.1-dev30"
+VERSION: Final[str] = "0.0.1-dev31"
class BumpMode(enum.Enum):
diff --git a/uv.lock b/uv.lock
index 9307ef5..9f2b0db 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,11 +3,11 @@ revision = 3
requires-python = ">=3.13"
[options]
-exclude-newer = "2025-09-09T13:41:33Z"
+exclude-newer = "2025-09-09T17:47:18Z"
[[package]]
name = "asf-example"
-version = "0.0.1.dev30"
+version = "0.0.1.dev31"
source = { editable = "." }
dependencies = [
{ name = "pygit2" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]