From 8444a079ca80d085984ffedd32a83ffea5396ee9 Mon Sep 17 00:00:00 2001 From: Thijs van de Laar Date: Wed, 11 May 2022 16:22:12 +0200 Subject: [PATCH] prepare for new release --- .github/workflows/ci.yml | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 699812ce..d681fff9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - '1.4' - '1.5' - '1.6' + - '1.7' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index ea0d5733..6a075c5d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ForneyLab" uuid = "9fc3f58a-c2cc-5bff-9419-6a294fefdca9" -version = "0.11.4" +version = "0.12.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -29,4 +29,4 @@ Roots = "1.3, 2" SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0" StatsBase = "0.32, 0.33" StatsFuns = "0.9, 1" -julia = "1.3, 1.4, 1.5, 1.6" +julia = "1.3, 1.4, 1.5, 1.6, 1.7"