Skip to content

Commit e96fab2

Browse files
blhsingclaude
andcommitted
release: 0.2.0 — pure-Python ort merge engine; refresh PyPI description
Bump version to 0.2.0 and update the package summary to highlight the byte-exact in-process ort merge engine and no-C-git-dependency. Published to PyPI as pure-python-git 0.2.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 205456e commit e96fab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pure-python-git"
7-
version = "0.1.0"
8-
description = "Pure-Python reimplementation of git. Installs `pygit`; opt in to a drop-in `git` shim via `pip install pure-python-git[git]` or `pygit install-git-shim`."
7+
version = "0.2.0"
8+
description = "Pure-Python git reimplementation with a byte-exact in-process `ort` merge engine and no C `git` dependency. Installs `pygit`; opt-in `git` shim via `pip install pure-python-git[git]`."
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
authors = [{ name = "Ben Hsing", email = "blhsing@gmail.com" }]

0 commit comments

Comments
 (0)