From b17ad550c74f4eeca57faf5475fe89ce774047e3 Mon Sep 17 00:00:00 2001 From: Leon Ingelse Date: Sat, 29 Oct 2022 12:09:22 +0200 Subject: [PATCH] alpha29 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 01331e8c..6c431806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "GeneticEngine" -version = "0.0.28" +version = "0.0.29" 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 de1df8e1..c9085392 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = GeneticEngine -version = 0.0.28 +version = 0.0.29 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