Skip to content

Commit

Permalink
bump: version 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 8830a6c commit 0ce6fe1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 0.0.4 (2025-01-09)

### Fix

- remove changelog_start_rev (pyproject.toml)
- **pyproject.toml**: wrong version numbers

## 0.0.3 (2025-01-09)

### Feat

- added versioning

### Fix

- bug in release script
- docs-workflow
- docs-workflow
- pyproject
- workflow
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quicktunetool"
version = "0.0.3"
version = "0.0.4"
description = "A Framework for Efficient Model Selection and Hyperparameter Optimization"
readme = "README.md"
requires-python = ">=3.11"
Expand Down Expand Up @@ -69,6 +69,6 @@ where = ["src"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.0.3"
version = "0.0.4"
update_changelog_on_bump = true
version_files = ["pyproject.toml:version"]

0 comments on commit 0ce6fe1

Please sign in to comment.