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 Oct 2, 2024
1 parent 6188923 commit 1a7882d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.3.0

- Add a new command, `pip-install-dependency-groups`, which is capable of
installing dependency groups by invoking `pip`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The `lint-dependency-groups` CLI is also available as a pre-commit hook:
```yaml
repos:
- repo: https://github.com/sirosen/dependency-groups
rev: 0.2.2
rev: 0.3.0
hooks:
- id: 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.2.2"
version = "0.3.0"
description = 'A tool for resolving PEP 735 Dependency Group data'
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 1a7882d

Please sign in to comment.