Bump versions to 0.9.0

This commit is contained in:
Andras Schmelczer 2026-03-11 21:26:28 +00:00
parent cc16505ef9
commit abe1feef09
7 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "reconcile-text-python"
version = "0.8.0"
version = "0.9.0"
edition = "2024"
rust-version = "1.94"
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]

View file

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "reconcile-text"
version = "0.8.0"
version = "0.9.0"
description = "Intelligent 3-way text merging with automated conflict resolution"
readme = "../README.md"
license = { text = "MIT" }