diff --git a/Cargo.lock b/Cargo.lock index f53f350..58daa6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "kadmin" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "chrono", diff --git a/kadmin/Cargo.toml b/kadmin/Cargo.toml index e295a4a..e0ad167 100644 --- a/kadmin/Cargo.toml +++ b/kadmin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kadmin" -version = "0.4.0" +version = "0.4.1" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/pyproject.toml b/pyproject.toml index 1e8ecb5..9fc1fd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-kadmin-rs" -version = "0.4.0" +version = "0.4.1" description = "Python interface to the Kerberos administration interface (kadm5)" requires-python = ">=3.9,<3.14" readme = "README.md"