Bump version to 0.1.0 (#7931)

[Rendered
changelog](https://github.com/astral-sh/ruff/blob/release/010/CHANGELOG.md)
This commit is contained in:
Zanie Blue 2023-10-16 13:06:48 -05:00 committed by GitHub
parent 523f542dbd
commit 1fabaca5de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 126 additions and 12 deletions

View file

@ -247,7 +247,7 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be
```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.292
rev: v0.1.0
hooks:
- id: ruff
```