Skip to content

Commit 6e19c04

Browse files
committed
Update the version
1 parent b3d55d2 commit 6e19c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "pygad"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "PyGAD: A Python Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch)."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3"

setup.py

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

66
setuptools.setup(
77
name="pygad",
8-
version="3.0.0",
8+
version="3.0.1",
99
author="Ahmed Fawzy Gad",
1010
install_requires=["numpy", "matplotlib", "cloudpickle",],
1111
author_email="ahmed.f.gad@gmail.com",

0 commit comments

Comments
 (0)