From 2eea254b7b243cec0d0d7de132c1fa410cf0e814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Fri, 30 Jun 2023 17:31:24 +0200 Subject: [PATCH] version increment --- Manifest.toml | 4 ++-- Project.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 6d1d8c9..0810bd9 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -312,11 +312,11 @@ version = "1.9.0" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "Random", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -git-tree-sha1 = "0b711a20abae67f235e9f8f26fae41eddd04a766" +git-tree-sha1 = "ef6169e9f8705569925bef897704c7514b4d5f18" repo-rev = "main" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.11.1" +version = "0.12.0" [[deps.PrecompileTools]] deps = ["Preferences"] diff --git a/Project.toml b/Project.toml index 616a9cf..cc1dc08 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TaggingBackends" uuid = "e551f703-3b82-4335-b341-d497b48d519b" authors = ["François Laurent", "Institut Pasteur"] -version = "0.13.1" +version = "0.14" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/README.md b/README.md index c82be44..1c23a60 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Note also that, with the above `export` expression, the `JULIA_PROJECT` environm To install a backend, taking MaggotUBA-adapter as an example: ``` -git clone --depth 1 --single-branch -b 20230129 https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter MaggotUBA +git clone --depth 1 --single-branch -b 20230311 https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter MaggotUBA cd MaggotUBA JULIA_PROJECT=$(pwd) poetry install ``` -- GitLab