From de6f520a2d9291058689debe4a66468ba1b6ec0c Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Sat, 9 Feb 2019 08:18:53 +0100 Subject: [PATCH] remove version from Project.toml It is now checked, which can lead to rejections upon tagging new releases. Cf. https://discourse.julialang.org/t/version-of-package-version-of-documentation-version-of-project-toml/20582/3 https://github.com/JuliaLang/Pkg.jl/issues/849 https://github.com/JuliaLang/Pkg.jl/issues/351 --- template/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/template/Project.toml b/template/Project.toml index 2944f48..ab22735 100644 --- a/template/Project.toml +++ b/template/Project.toml @@ -1,7 +1,6 @@ name = "{PKGNAME}" uuid = "{UUID}" authors = ["{USERNAME} <{USEREMAIL}>"] -version = "0.1.0" [deps]