We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacac0d commit adc4b7fCopy full SHA for adc4b7f
gitree/__init__.py
@@ -5,4 +5,4 @@
5
should also be made in pyproject.toml
6
"""
7
8
-__version__ = "0.6.1"
+__version__ = "0.6.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "gitree"
-version = "0.6.1"
+version = "0.6.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