Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
1 parent 2a2e063 commit 8f25eb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0 (2025-01-05)

### Feat

- add KillPy script entry point to pyproject.toml

## 0.5.0 (2025-01-05)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "KillPy"
version = "0.5.0"
version = "0.6.0"
description = "List all .venv directories and Conda environments 🐍 on your system and check how much space they are using. You can then choose which ones to delete in order to free up space 🧹."
readme = "README.md"
classifiers = [
Expand Down Expand Up @@ -33,7 +33,7 @@ members = ["q"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.0"
version = "0.6.0"
version_files = [
"src/__version__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 8f25eb3

Please sign in to comment.