Skip to content

Commit 93a28a7

Browse files
committed
🔖 release: v0.1.6
1 parent e9bc563 commit 93a28a7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gh-llm"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = ""
55
readme = "README.md"
66
requires-python = ">=3.14"

src/gh_llm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meta information for the project.
22
from __future__ import annotations
33

4-
__version__ = "0.1.5"
4+
__version__ = "0.1.6"
55
__author__ = "Nyakku Shigure"
66
__year__ = "2026"
77
__project_info__ = {

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def _extract_pr_number(cmd: list[str]) -> int:
391391

392392

393393
def test_version() -> None:
394-
assert __version__ == "0.1.5"
394+
assert __version__ == "0.1.6"
395395

396396

397397
def test_parse_event_indexes_batch() -> None:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)