This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/main by this push:
new a7cb1c53 Bumps version to 1.89.0
a7cb1c53 is described below
commit a7cb1c53092f32255037c93931ab06551bf890bd
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Sun Sep 28 17:10:10 2025 -0700
Bumps version to 1.89.0
---
hamilton/version.py | 2 +-
pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hamilton/version.py b/hamilton/version.py
index 6b8d076b..de4eb0f2 100644
--- a/hamilton/version.py
+++ b/hamilton/version.py
@@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
-VERSION = (1, 88, 0)
+VERSION = (1, 89, 0)
diff --git a/pyproject.toml b/pyproject.toml
index 548fd243..2e58e897 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "sf-hamilton"
-version = "1.88.0" # NOTE: keep this in sync with hamilton/version.py
+version = "1.89.0" # NOTE: keep this in sync with hamilton/version.py
# TODO: flip back to dynamic once hamilton version is a string. Flit doesn't
handle tuples.
# dynamic = ["version"]
description = "Hamilton, the micro-framework for creating dataframes."