Skip to content

Commit 38ebc23

Browse files
committed
🔖 release: v0.1.1
1 parent cdf619c commit 38ebc23

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.0"
3+
version = "0.1.1"
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.0"
4+
__version__ = "0.1.1"
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
@@ -215,7 +215,7 @@ def run(self, cmd: list[str], *, check: bool, capture_output: bool, text: bool)
215215

216216

217217
def test_version() -> None:
218-
assert __version__ == "0.1.0"
218+
assert __version__ == "0.1.1"
219219

220220

221221
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)