From 16d730a8c73273a9169ef7663766305bad821913 Mon Sep 17 00:00:00 2001 From: Leon Ingelse Date: Tue, 14 Jun 2022 14:11:12 +0100 Subject: [PATCH] alpha 22 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4aba6998..ee00debc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "GeneticEngine" -version = "0.0.21" +version = "0.0.22" description = "Genetic Programming with Types and Grammars" authors = [ {name = "Guilherme Espada", email = "gjespada@fc.ul.pt"}, diff --git a/setup.cfg b/setup.cfg index 4daa5838..0776ba01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = GeneticEngine -version = 0.0.21 +version = 0.0.22 description = Genetic Programming with an hybrid of Grammar-based and Strongly-type restrictions on the tree. long_description = file: Readme.md long_description_content_type = text/markdown