We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5429b commit 3d48fa9Copy full SHA for 3d48fa9
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "PyGenAlgo"
7
-version = "1.7.1"
+version = "1.8.0"
8
description = "Genetic Algorithms toolbox in Python3"
9
readme = {file = "README.md", content-type = "text/markdown"}
10
requires-python = ">=3.10"
setup.py
@@ -8,7 +8,7 @@
setup(
name='PyGenAlgo',
11
- version='1.7.1',
+ version='1.8.0',
12
author='Michalis Vrettas, PhD',
13
author_email='michail.vrettas@gmail.com',
14
description='Genetic Algorithms toolbox in Python3',
0 commit comments