Skip to content

Commit 1152c29

Browse files
Update version number for release
1 parent e327f70 commit 1152c29

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.3"
8+
__version__ = "0.4.4"

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.3"
7+
version = "0.4.4"
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)