diff --git a/pyproject.toml b/pyproject.toml index 1193204..fbe3473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ Homepage = "https://repos.susurrando.com/adelgado/nc_password_client" [project] name = "nc_password_client" -version = "0.0.5" +version = "0.0.6" description = "Nextcloud Password client" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }] diff --git a/setup.cfg b/setup.cfg index 88631a0..78909c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nc_password_client -version = 0.0.5 +version = 0.0.6 [options] packages = nc_password_client