Skip to content

Commit d9ee3fe

Browse files
Update version number for release
1 parent f48e253 commit d9ee3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
should also be made in pyproject.toml
66
"""
77

8-
__version__ = "0.4.1"
8+
__version__ = "0.4.2"

pyproject.toml

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

55
[project]
66
name = "gitree"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "gitree: git-aware project tree printing and zipping for docs and LLMs"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)