From 88e2bc72e7e24be34755f801c705615f92375482 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 26 Aug 2024 15:13:27 -0500 Subject: [PATCH] update project patch version --- Manifest.toml | 2 +- Project.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index a00f568..d9e44b9 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.10.4" manifest_format = "2.0" -project_hash = "1d025dab4c6dd8f7ccf572cc68ecdd4a371d25d2" +project_hash = "a8d39c98fbf089d5b72e82a89504c42d025cd3fe" [[deps.ADTypes]] git-tree-sha1 = "99a6f5d0ce1c7c6afdb759daa30226f71c54f6b0" diff --git a/Project.toml b/Project.toml index 2b19dd2..131cae9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumCollocation" uuid = "0dc23a59-5ffb-49af-b6bd-932a8ae77adf" authors = ["Aaron Trowbridge and contributors"] -version = "0.2.0" +version = "0.2.1" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -35,10 +35,11 @@ Einsum = "0.4" ExponentialAction = "0.2" ForwardDiff = "0.10" IJulia = "1.25" +Interpolations = "0.15" Ipopt = "1.6" JLD2 = "0.4" MathOptInterface = "1.31" -NamedTrajectories = "0.2.0" +NamedTrajectories = "0.2" ProgressMeter = "1.10" Reexport = "1.2" Symbolics = "6.2"