We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48e253 commit d9ee3feCopy full SHA for d9ee3fe
gitree/__init__.py
@@ -5,4 +5,4 @@
5
should also be made in pyproject.toml
6
"""
7
8
-__version__ = "0.4.1"
+__version__ = "0.4.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "gitree"
-version = "0.4.1"
+version = "0.4.2"
description = "gitree: git-aware project tree printing and zipping for docs and LLMs"
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments