diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 7105fae..db1c720 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ghostbit-cli" -version = "1.5.0" +version = "1.6.0" description = "Ghostbit CLI — create end-to-end encrypted pastes from the terminal" readme = "README.md" license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index 3916853..f2acc8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ghostbit" -version = "1.5.0" +version = "1.6.0" description = "Self-hosted, end-to-end encrypted paste service" readme = "README.md" license = "MIT"