@@ -5,4 +5,4 @@ members = ["crates/*"]
pyo3 = ">=0.19"
[workspace.package]
-version = "0.22.0"
+version = "0.22.1"
@@ -1,3 +1,5 @@
+0.22.1 UNRELEASED
+
0.22.0 2024-04-22
* Stop installing docs/ as part of package code. (Jelmer Vernooij, #1248)
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 22, 0)
+__version__ = (0, 22, 1)