Skip to content

Commit e05d98d

Browse files
authored
chore: release v0.3.1 (#42)
1 parent 708abe3 commit e05d98d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "trailmark"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Parse source code into a queryable graph of functions, classes, calls, and semantic annotations"
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/trailmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"parse_file",
1414
"supported_languages",
1515
]
16-
__version__ = "0.3.0"
16+
__version__ = "0.3.1"

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)