Skip to content

Commit

Permalink
bump: version 0.9.0 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Nov 13, 2023
1 parent ecfe389 commit c359385
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.10.0 (2023-11-13)

### Feat

- **Pynisher**: add for introspection of capability

### Fix

- Add `__main__` gaurd to examples

## 0.9.0 (2023-11-13)

### 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 = "amltk"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"typing_extensions", # Better typing
"more_itertools", # Better iteration
Expand Down Expand Up @@ -102,7 +102,7 @@ exclude_lines = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.9.0"
version = "0.10.0"
tag_format = "$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version_files = ["pyproject.toml:version", "src/amltk/__version__.py"]
Expand Down
2 changes: 1 addition & 1 deletion src/amltk/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

version = "0.9.0"
version = "0.10.0"

0 comments on commit c359385

Please sign in to comment.