Skip to content

Commit 0ec79ef

Browse files
bump: version 1.9.0 → 1.10.0
1 parent bded378 commit 0ec79ef

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.10.0 (2024-01-26)
2+
3+
### Feat
4+
5+
- **Pipeline**: Optimize pipelines directly with `optimize()` (#230)
6+
17
## 1.9.0 (2024-01-26)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amltk"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
dependencies = [
55
"typing_extensions", # Better typing
66
"more_itertools", # Better iteration
@@ -98,7 +98,7 @@ exclude_lines = [
9898

9999
[tool.commitizen]
100100
name = "cz_conventional_commits"
101-
version = "1.9.0"
101+
version = "1.10.0"
102102
update_changelog_on_bump = true
103103
version_files = ["pyproject.toml:version", "src/amltk/__version__.py"]
104104
changelog_start_rev = "1.0.0"

src/amltk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
version = "1.9.0"
3+
version = "1.10.0"

0 commit comments

Comments
 (0)