Skip to content

Commit 3d48fa9

Browse files
committed
Updated setup files with new version.
1 parent 3c5429b commit 3d48fa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyGenAlgo"
7-
version = "1.7.1"
7+
version = "1.8.0"
88
description = "Genetic Algorithms toolbox in Python3"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='PyGenAlgo',
11-
version='1.7.1',
11+
version='1.8.0',
1212
author='Michalis Vrettas, PhD',
1313
author_email='michail.vrettas@gmail.com',
1414
description='Genetic Algorithms toolbox in Python3',

0 commit comments

Comments
 (0)