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 10, 2024
1 parent d60806b commit 585efcd
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.1.1

- Fix a bug in cycle detection for nontrivial cycles

## 0.1.0
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.0"
version = "0.1.1"
description = 'A tool for resolving PEP 735 Dependency Group data'
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 585efcd

Please sign in to comment.