Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Sep 11, 2024
1 parent f699436 commit 2e2158c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.2.0

- Add a new CLI component, `lint-dependency-groups`, which can be used to lint
dependency groups.
- Provide a pre-commit hook, named `lint-dependency-groups`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build = ["twine", "build"]

[project]
name = "dependency-groups"
version = "0.1.1"
version = "0.2.0"
description = 'A tool for resolving PEP 735 Dependency Group data'
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 2e2158c

Please sign in to comment.