This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch bump_version in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit ae73cb8ced1e75581dc93b83bfce40b05ad2e161 Author: Stefan Krawczyk <[email protected]> AuthorDate: Sat Sep 6 22:44:27 2025 -0700 Bump hamilton version to 1.89.0.RC0 So we can start a release process going. --- hamilton/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamilton/version.py b/hamilton/version.py index 6b8d076b..a9decf34 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, "RC0")
