From ff66b126650e5bf64e125acac1fcc976c19fc003 Mon Sep 17 00:00:00 2001 From: apbassett <43486400+apbassett@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:42:50 -0400 Subject: [PATCH] Bumps Amalgam, Engine versions --- pyproject.toml | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff31d14b..a0dff8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "rich>=12.5.1", "semantic-version~=2.0", "typing-extensions~=4.9", - "amalgam-lang==13.0.1", # Use exact since Engine is exact in version.json + "amalgam-lang==13.0.2", # Use exact since Engine is exact in version.json ] [project.optional-dependencies] diff --git a/version.json b/version.json index 6978398a..28bd6c79 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "dependencies": { - "howso-engine": "89.0.1" + "howso-engine": "89.0.2" } }