From ed392c43a95ccc9b1840cdc23ccb6b2a3327177f Mon Sep 17 00:00:00 2001 From: Daniel Herman Date: Tue, 3 May 2022 17:46:01 +0200 Subject: [PATCH] Release 0.1.7 --- Project.toml | 2 +- src/core.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ee21fc6..45f69b9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OpenQuantumSystems" uuid = "90e503ea-487f-4e8e-81fe-8dcc9db25ac5" authors = ["Daniel Herman "] -version = "0.1.6" +version = "0.1.7" [deps] DelayDiffEq = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb" diff --git a/src/core.jl b/src/core.jl index 52f2a1a..b03b552 100644 --- a/src/core.jl +++ b/src/core.jl @@ -1,3 +1,3 @@ const ComputableType = Union{AbstractFloat,Complex} -const version = "0.1.6" \ No newline at end of file +const version = "0.1.7" \ No newline at end of file