diff --git a/Cargo.lock b/Cargo.lock index 8dc1c41..d14fe83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "python-kadmin-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "indoc", "kadmin", diff --git a/pyproject.toml b/pyproject.toml index 02cba3c..4e5197a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-kadmin-rs" -version = "0.1.0" +version = "0.2.0" description = "Python interface to the Kerberos administration interface (kadm5)" requires-python = ">=3.9,<3.14" readme = "README.md" diff --git a/python-kadmin-rs/Cargo.toml b/python-kadmin-rs/Cargo.toml index 05a7894..73d7837 100644 --- a/python-kadmin-rs/Cargo.toml +++ b/python-kadmin-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-kadmin-rs" -version = "0.1.0" +version = "0.2.0" edition.workspace = true rust-version.workspace = true