From 54ac06659447c3ee5e78f97bd60bbf5cdacf4ecd Mon Sep 17 00:00:00 2001 From: Kamil Zabielski <50334623+limakzi@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:35:26 +0100 Subject: [PATCH] bump: Bump to v0.2.9 (#71) This release clarifies the license. --- PackageInfo.g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index e9f74e9..3f8d53d 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -18,7 +18,7 @@ Subtitle := "A fork of smallgrp package for small antiassociative magmas", ## See '?Extending: Version Numbers' in GAP help for an explanation ## of valid version numbers. For an automatic package distribution update ## you must provide a new version number even after small changes. -Version := "0.2.8", +Version := "0.2.9", ## Release date of the current version in dd/mm/yyyy format. Date := "28/08/2024", @@ -28,7 +28,7 @@ Date := "28/08/2024", ## for a list of supported licenses. ## You can also combine multiple licenses via SPDX License Expressions, ## see , and more. -License := "GPL", +License := "GPL-3.0-or-later", PackageWWWHome := Concatenation( "https://limakzi.github.io/", LowercaseString( ~.PackageName ) ), SourceRepository := rec(