Skip to content

Commit 73fe3bb

Browse files
skrawczclaude
andcommitted
Bump apache-hamilton version to 1.90.0
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent e84ed90 commit 73fe3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hamilton/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
VERSION = (1, 89, 0)
18+
VERSION = (1, 90, 0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
[project]
2323
name = "apache-hamilton"
24-
version = "1.89.0" # NOTE: keep this in sync with hamilton/version.py
24+
version = "1.90.0" # NOTE: keep this in sync with hamilton/version.py
2525
# TODO: flip back to dynamic once hamilton version is a string. Flit doesn't handle tuples.
2626
# dynamic = ["version"]
2727
description = "Apache Hamilton (incubating) is a lightweight Python library for directed acyclic graphs (DAGs) of transformations. Your DAG is **portable**; it runs anywhere Python runs, whether it's a script, notebook, Airflow pipeline, FastAPI server, etc. Your DAG is **expressive**; Apache Hamilton has extensive features to define and modify the execution of a DAG (e.g., data validation, experiment tracking, remote execution)."

0 commit comments

Comments
 (0)