From d9d9b8912936818cf981a7e75b4578e61bcfff5f Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Tue, 5 Oct 2021 10:59:04 -0400 Subject: [PATCH] Update Project.toml, include JuliaIO Github Organization --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2f2078b..6dba3f2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,9 @@ name = "CodecZstd" uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2" license = "MIT" -authors = ["Kenta Sato "] -version = "0.7.0" +authors = ["Kenta Sato , + JuliaIO Github Organization"] +version = "0.7.1" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"