diff --git a/README.md b/README.md index 938a4a7..fcd33b9 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ and emit; their records flow into the handlers `log_setup` wired. ## Install ``` -log_setup @ git+ssh://git@git.rethinkstudios.io/rethink-public/log_setup.git@v0.6.3 +log_setup @ git+ssh://git@git.rethinkstudios.io/rethink-public/log_setup.git@v1.0.0 ``` No dependencies — stdlib only. -Drop the `@v0.6.3` suffix from the line above to install the latest unpinned. +Drop the `@v1.0.0` suffix from the line above to install the latest unpinned. ## Quick start diff --git a/pyproject.toml b/pyproject.toml index 2c0cf8d..d54093c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "log_setup" -version = "0.6.3" +version = "1.0.0" description = "stdlib app-entry-point logging setup: live run.log, rotation, gzip, retention, consistent format" requires-python = ">=3.10" dependencies = []