diff --git a/Project.toml b/Project.toml index 2bfc8171a..fa88fcae1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GAP" uuid = "c863536a-3901-11e9-33e7-d5cd0df7b904" -authors = ["Thomas Breuer ", "Sebastian Gutsche ", "Max Horn "] -version = "0.2.0" +authors = ["Thomas Breuer ", "Sebastian Gutsche ", "Max Horn "] +version = "0.2.1" [deps] GAPTypes = "cd4130c4-8d21-11e9-2a29-61e008680c2d" diff --git a/pkg/GAPJulia/JuliaExperimental/PackageInfo.g b/pkg/GAPJulia/JuliaExperimental/PackageInfo.g index d2a5a8df6..36be28088 100644 --- a/pkg/GAPJulia/JuliaExperimental/PackageInfo.g +++ b/pkg/GAPJulia/JuliaExperimental/PackageInfo.g @@ -10,8 +10,9 @@ SetPackageInfo( rec( PackageName := "JuliaExperimental", Subtitle := "Experimental code for the GAP Julia integration", -Version := "0.1", -Date := "27/03/2018", # dd/mm/yyyy format +Version := "0.2.1", +Date := "10/09/2019", # dd/mm/yyyy format +License := "GPL-2.0-or-later", Persons := [ rec( @@ -78,9 +79,9 @@ PackageDoc := rec( ), Dependencies := rec( - GAP := ">= 4.10", + GAP := ">= 4.10.2", NeededOtherPackages := [ ], - OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.1" ] ], + OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.2.1" ] ], SuggestedOtherPackages := [ ], ExternalConditions := [ ], ), diff --git a/pkg/GAPJulia/JuliaInterface/PackageInfo.g b/pkg/GAPJulia/JuliaInterface/PackageInfo.g index 5b89514ab..d61d68f97 100644 --- a/pkg/GAPJulia/JuliaInterface/PackageInfo.g +++ b/pkg/GAPJulia/JuliaInterface/PackageInfo.g @@ -10,8 +10,9 @@ SetPackageInfo( rec( PackageName := "JuliaInterface", Subtitle := "Test interface to julia", -Version := "0.2", -Date := "09/05/2017", # dd/mm/yyyy format +Version := "0.2.1", +Date := "10/09/2019", # dd/mm/yyyy format +License := "GPL-2.0-or-later", Persons := [ rec( @@ -78,7 +79,7 @@ PackageDoc := [ rec( ) ], Dependencies := rec( - GAP := ">= 4.10", # need support for the component 'BannerFunction' + GAP := ">= 4.10.2", # need support for the component 'BannerFunction' NeededOtherPackages := [ ], SuggestedOtherPackages := [ ], ExternalConditions := [ ],